TrustPolicyEntry.TrustPolicyEntryUri Property
Gets or sets the Uri for this TrustPolicyEntry.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public virtual string TrustPolicyEntryUri { get; set; }
public:
property String^ TrustPolicyEntryUri {
virtual String^ get();
virtual void set(String^ value);
}
abstract TrustPolicyEntryUri : string with get, set
override TrustPolicyEntryUri : string with get, set
Public Overridable Property TrustPolicyEntryUri As String
Property Value
Type: System.String
The Uri for this TrustPolicyEntry.
See Also
TrustPolicyEntry Class
System.Web.Security.SingleSignOn Namespace
Return to top