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

プロパティ値

直属の部下の名前。

属性

注釈

DirectReportsは、既定値 "ConfigurationProperty" を持つこの型に対して定義されたDirectReportsです。 この型は、構成ファイルの要素に含まれる構成プロパティ、属性、または子要素を表します。

適用対象