RSTRResult.PolicyVersion Property

 

Gets or sets the VersionInformation for the policy.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public VersionInformation PolicyVersion { get; set; }
public:
property VersionInformation^ PolicyVersion {
    VersionInformation^ get();
    void set(VersionInformation^ value);
}
member PolicyVersion : VersionInformation with get, set
Public Property PolicyVersion As VersionInformation

Property Value

Type: System.Web.Security.SingleSignOn.VersionInformation

The VersionInformation for the policy.

See Also

RSTRResult Class
System.Web.Security.SingleSignOn Namespace

Return to top