Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ADGroupGeneration universal unique identifier (UUID) for the group that is generated by the corresponding Active Directory group generation.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Guid CorporateGroupUuid { get; set; }
public:
property Guid CorporateGroupUuid {
Guid get();
void set(Guid value);
}
member CorporateGroupUuid : Guid with get, set
Public Property CorporateGroupUuid As Guid
Property Value
Type: System.Guid
The ADGroupGeneration universal unique identifier (UUID) for the group that is generated by the corresponding Active Directory group generation.
See Also
ADGroupGeneration Class
System.Web.Security.SingleSignOn Namespace
Return to top