The UserID of the user who last updated the note.
Namespace:
Asi.iBO.ContactManagement
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string UpdatedByUserId { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property UpdatedByUserId As String |
| Visual C++ |
|---|
public:
property String^ UpdatedByUserId {
String^ get ();
} |
See Also