次の方法で共有


ServiceAuthorizationElement.ServiceAuthorizationManagerType プロパティ

定義

使用されるサービス承認マネージャーの種類を取得または設定します。

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

プロパティ値

サービス承認マネージャーの種類を指定する文字列。

属性

適用対象