MembershipSecurityPolicyUserId Property |
Gets or sets the unique identifier of the user associated with the policy, if GroupId is null.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<Guid> UserId { get; set; }
Public Property UserId As Nullable(Of Guid)
Get
Set
public:
property Nullable<Guid> UserId {
Nullable<Guid> get ();
void set (Nullable<Guid> value);
}
member UserId : Nullable<Guid> with get, set
Property Value
Type:
NullableGuid
See Also