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 ". Этот тип представляет свойство конфигурации, атрибут или дочерний элемент, содержащиеся в элементе файла конфигурации.

Применяется к