DirectoryControl 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
DirectoryControl 類別,指定各種 LDAP 作業的擴充資料。
public ref class DirectoryControl
public class DirectoryControl
type DirectoryControl = class
Public Class DirectoryControl
- 繼承
-
DirectoryControl
- 衍生
建構函式
DirectoryControl(String, Byte[], Boolean, Boolean) |
建 DirectoryControl(String, Byte[], Boolean, Boolean) 構函式會使用型別、值、重要性和 ServerSide 屬性的指定值,建立 類別的 DirectoryControl 實例。 |
屬性
IsCritical |
IsCritical 屬性指定控制項是否很重要。 |
ServerSide |
ServerSide 屬性指定其是否為伺服器端控制項。 |
Type |
Type 屬性包含控制項的物件識別項 (OID)。 |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
GetValue() |
GetValue() 方法會傳回與控制項關聯的資料。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |