Share via


DirectoryPropertyAttribute.Context Propriedade

Definição

Essa propriedade não está implementada e sempre retorna 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)

Valor da propriedade

Um ContextType valor de enumeração que especifica o tipo de repositório ao qual esse atributo se aplica ou nulo se nenhum contexto for definido.

Aplica-se a

Confira também