UserName Property (ObjectChangeLog)
In This Topic
The name of the user who made the change.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property UserName As String
[CanBeNull()]
public string UserName {get;}
[CanBeNull()]
public:
property String^ UserName {
String^ get();
}
See Also