Gets the unique identifier of the admin user of the request, if any.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> UserId { get; }
Public ReadOnly Property UserId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> UserId {
Nullable<Guid> get ();
}
member UserId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also