TrustPolicyEntry.TrustEntryDisplayName Property

 

Gets or sets the display name for this TrustPolicyEntry.

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

Syntax

public string TrustEntryDisplayName { get; set; }
public:
property String^ TrustEntryDisplayName {
    String^ get();
    void set(String^ value);
}
member TrustEntryDisplayName : string with get, set
Public Property TrustEntryDisplayName As String

Property Value

Type: System.String

The display name for this TrustPolicyEntry.

See Also

TrustPolicyEntry Class
System.Web.Security.SingleSignOn Namespace

Return to top