Share via


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。

適用対象

こちらもご覧ください