AuthorizationPolicyTypeElement::PolicyType Property

 

Gets or sets the policy type.

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

public:
[ConfigurationPropertyAttribute("policyType", Options = ConfigurationPropertyOptions::None | ConfigurationPropertyOptions::IsRequired | ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 1)]
property String^ PolicyType {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The policy type.

.NET Framework
Available since 3.0
Return to top
Show: