ServicePrincipalNameElement::Value Property

 

Gets or sets the service principal name encapsulated by this configuration element.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("value", DefaultValue = "")]
[StringValidatorAttribute(MinLength = 0)]
property String^ Value {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The service principal name encapsulated by this configuration element.

.NET Framework
Available since 3.0
Return to top
Show: