AppDomain.ApplicationIdentity プロパティ

定義

アプリケーション ドメイン内のアプリケーションの ID を取得します。

public:
 property ApplicationIdentity ^ ApplicationIdentity { ApplicationIdentity ^ get(); };
public ApplicationIdentity ApplicationIdentity { get; }
public ApplicationIdentity ApplicationIdentity { [System.Security.SecurityCritical] get; }
member this.ApplicationIdentity : ApplicationIdentity
[<get: System.Security.SecurityCritical>]
member this.ApplicationIdentity : ApplicationIdentity
Public ReadOnly Property ApplicationIdentity As ApplicationIdentity

プロパティ値

ApplicationIdentity

アプリケーション ドメイン内のアプリケーションを識別するオブジェクト。

属性

適用対象