共用方式為


SearchResultReference.Controls 屬性

定義

Controls 屬性包含伺服器在搜尋參考中傳回之 DirectoryControl 物件的陣列。

public:
 property cli::array <System::DirectoryServices::Protocols::DirectoryControl ^> ^ Controls { cli::array <System::DirectoryServices::Protocols::DirectoryControl ^> ^ get(); };
public System.DirectoryServices.Protocols.DirectoryControl[] Controls { get; }
member this.Controls : System.DirectoryServices.Protocols.DirectoryControl[]
Public ReadOnly Property Controls As DirectoryControl()

屬性值

伺服器在搜尋參考中傳回之 DirectoryControl 物件的陣列。

適用於