DirectoryPropertyAttribute.Context Proprietà

Definizione

Questa proprietà non viene implementata e restituisce sempre 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)

Valore della proprietà

Valore dell'enumerazione ContextType che specifica il tipo di archivio al quale si applica questo attributo o null se non è impostato alcun contesto.

Si applica a

Vedi anche