DirectoryPropertyAttribute.Context 属性

定义

此属性未实现且始终返回 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)

属性值

一个 ContextType 枚举值,指定此特性应用于的存储区的类型,如果未设置上下文,则为 null。

适用于

另请参阅