ActiveDirectoryRoleFactoryConfiguration.DirectReports プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
直属の部下の名前を取得または設定します。
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です。 この型は、構成ファイルの要素に含まれる構成プロパティ、属性、または子要素を表します。