ServiceNameElement.Name Propiedad

Definición

Obtiene o establece el nombre del proveedor de servicios (SPN) para esta ServiceNameElement instancia.

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

Valor de propiedad

que String contiene la representación de SPN para esta ServiceNameElement instancia.

Atributos

Se aplica a