ActiveDirectoryRoleFactoryConfiguration.DistinguishedName プロパティ
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このインスタンスの識別名を取得または設定します。
public:
property System::String ^ DistinguishedName { System::String ^ get(); void set(System::String ^ value); };
C#
[System.Configuration.ConfigurationProperty("DistiguishedName", DefaultValue="distinguishedName")]
public string DistinguishedName { get; set; }
[<System.Configuration.ConfigurationProperty("DistiguishedName", DefaultValue="distinguishedName")>]
member this.DistinguishedName : string with get, set
Public Property DistinguishedName As String
このインスタンスの識別名。
- 属性
DistinguishedName は、 ConfigurationProperty この型に対して定義されているで、既定値は " distinguishedName
" です。 この型は、構成プロパティ、属性、または構成ファイルの要素に含まれる子要素を表します。
製品 | バージョン |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 |