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 universal unique identifier (UUID) for this TrustPolicyEntryBase object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Guid uuid { get; set; }
public:
property Guid uuid {
Guid get();
void set(Guid value);
}
member uuid : Guid with get, set
Public Property uuid As Guid
Property Value
Type: System.Guid
The universal unique identifier (UUID) for this TrustPolicyEntryBase object.
See Also
TrustPolicyEntryBase Class
System.Web.Security.SingleSignOn Namespace
Return to top