'DeclarationPublic ReadOnly Property UserIdentity As IUserIdentity
'UsageDim instance As IdentityContext Dim value As IUserIdentity value = instance.UserIdentity
public IUserIdentity UserIdentity {get;}
public: property IUserIdentity^ UserIdentity { IUserIdentity^ get(); }
Property Value
The value of this property can be null (Nothing in Visual Basic).