ServiceNameElement.Name Property

Definition

Gets or sets the Service Provider Name (SPN) for this ServiceNameElement instance.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name")]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

A String that contains the representation of SPN for this ServiceNameElement instance.

Attributes

Applies to