IRSRequestContext.User Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identity user of the object.
public:
property System::Security::Principal::IIdentity ^ User { System::Security::Principal::IIdentity ^ get(); };
public System.Security.Principal.IIdentity User { get; }
member this.User : System.Security.Principal.IIdentity
Public ReadOnly Property User As IIdentity
Property Value
The identity user of the object.