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