DirectoryPropertyAttribute.Context Eigenschaft

Definition

Diese Eigenschaft ist nicht implementiert und gibt immer NULL zurück.

public:
 property Nullable<System::DirectoryServices::AccountManagement::ContextType> Context { Nullable<System::DirectoryServices::AccountManagement::ContextType> get(); void set(Nullable<System::DirectoryServices::AccountManagement::ContextType> value); };
public System.DirectoryServices.AccountManagement.ContextType? Context { get; set; }
member this.Context : Nullable<System.DirectoryServices.AccountManagement.ContextType> with get, set
Public Property Context As Nullable(Of ContextType)

Eigenschaftswert

Ein ContextType-Enumerationswert, der den Speichertyp für dieses Attribut angibt, oder NULL, wenn kein Kontext festgelegt wurde.

Gilt für:

Weitere Informationen