ServiceAuthorizationElement.ServiceAuthorizationManagerType Property

Definition

Gets or sets the type of service authorization manager used.

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

Property Value

A string that specifies the type of the service authorization manager.

Attributes

Applies to