MarkLogic XCC/.Net Library

ContentbaseMetaData.User Property

The user identity associated with the Session from which this object was obtained.

This property may also be obtained directly from the Session object via the UserCredentials object returned by the Session.getUserCredentials() method. It is included here for completeness.

[Visual Basic]
Property User As String
[C#]
string User {get;}

See Also

ContentbaseMetaData Interface | Marklogic.Xcc Namespace