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
" です。 この型は、構成プロパティ、属性、または構成ファイルの要素に含まれる子要素を表します。