DirectoryPropertyAttribute.Context Vlastnost

Definice

Tato vlastnost není implementována a vždy vrací hodnotu null.

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)

Hodnota vlastnosti

Hodnota ContextType výčtu, která určuje typ úložiště, na které se tento atribut vztahuje, nebo null, pokud není nastaven žádný kontext.

Platí pro

Viz také