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。

适用于

另请参阅