VersionInformation.Guid Property
Gets or sets the GUID for the software version.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public Guid Guid { get; set; }
public:
property Guid Guid {
Guid get();
void set(Guid value);
}
member Guid : Guid with get, set
Public Property Guid As Guid
Property Value
Type: System.Guid
The GUID for the software version. The default value is Empty.
See Also
VersionInformation Class
System.Web.Security.SingleSignOn Namespace
Return to top