次の方法で共有


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

適用対象