Share via


DirectoryRdnPrefixAttribute.Context プロパティ

定義

このプロパティは実装されておらず、常に null を返します。

public:
 property Nullable<System::DirectoryServices::AccountManagement::ContextType> Context { Nullable<System::DirectoryServices::AccountManagement::ContextType> get(); };
public System.DirectoryServices.AccountManagement.ContextType? Context { get; }
member this.Context : Nullable<System.DirectoryServices.AccountManagement.ContextType>
Public ReadOnly Property Context As Nullable(Of ContextType)

プロパティ値

この属性が適用されるストアのタイプを指定する ContextType 列挙値。コンテキストが設定されていない場合は、null。

適用対象

こちらもご覧ください