다음을 통해 공유


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

부하 직원의 이름입니다.

특성

설명

DirectReportsConfigurationProperty 이며 기본값은이 형식에 대해 정의 된 "DirectReports"입니다. 이 형식은 구성 파일의 요소에 포함된 구성 속성, 특성 또는 자식 요소를 나타냅니다.

적용 대상