ActiveDirectoryRoleFactoryConfiguration.DirectReports 属性

定义

获取或设置直接下属的名称。

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

属性值

String

直接下属的名称。

属性

注解

DirectReports 是为此 ConfigurationProperty 类型定义的,默认值为 DirectReports ""。 此类型表示配置文件的元素中包含的配置属性 (Property)、属性 (Attribute) 或子元素。

适用于