DirectoryPropertyAttribute.Context Eigenschap

Definitie

Deze eigenschap wordt niet geïmplementeerd en retourneert altijd 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)

Waarde van eigenschap

Een ContextType opsommingswaarde die het type archief aangeeft waarop dit kenmerk van toepassing is, of null als er geen context is ingesteld.

Van toepassing op

Zie ook