ActiveDirectoryRoleFactoryConfiguration.Manager 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与此实例关联的管理器的名称。
public:
property System::String ^ Manager { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("Manager", DefaultValue="manager")]
public string Manager { get; set; }
[<System.Configuration.ConfigurationProperty("Manager", DefaultValue="manager")>]
member this.Manager : string with get, set
Public Property Manager As String
属性值
与此实例关联的管理器的名称。
- 属性
注解
Manager 是为此 ConfigurationProperty 类型定义的,默认值为 Manager
""。 此类型表示配置文件的元素中包含的配置属性 (Property)、属性 (Attribute) 或子元素。