Saml2Attribute.FriendlyName Property

Definition

Gets or sets a human-readable name for the attribute. [Saml2Core, 2.7.3.1]

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

Property Value

A string that contains the friendly name for the attribute.

Remarks

The FriendlyName attribute.

Applies to