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 GUID associated with the software version.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public long Version { get; set; }
public:
property long long Version {
long long get();
void set(long long value);
}
member Version : int64 with get, set
Public Property Version As Long
Property Value
Type: System.Int64
The GUID associated with the software version. The default value is 0.
See Also
VersionInformation Class
System.Web.Security.SingleSignOn Namespace
Return to top