TrustPolicyEntryBase.uuid Property

 

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