ServicePrincipalNameElement.Value Eigenschap

Definitie

Hiermee haalt u de naam van de service-principal op die is ingekapseld door dit configuratie-element.

public:
 property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("value", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string Value { get; set; }
[<System.Configuration.ConfigurationProperty("value", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Value : string with get, set
Public Property Value As String

Waarde van eigenschap

De naam van de service-principal die is ingekapseld door dit configuratie-element.

Kenmerken

Van toepassing op