DirectoryPropertyAttribute.Context Propriedade

Definição

Esta propriedade não é implementada e devolve sempre nulo.

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)

Valor de Propriedade

Um valor de enumeração que especifica o tipo de armazenamento ao qual este atributo se aplica, ou nulo se não houver ContextType contexto definido.

Aplica-se a

Ver também