RemotingConfiguration.ApplicationId 속성

정의

현재 실행 중인 애플리케이션의 ID를 가져옵니다.

public:
 static property System::String ^ ApplicationId { System::String ^ get(); };
public static string ApplicationId { get; }
public static string ApplicationId { [System.Security.SecurityCritical] get; }
static member ApplicationId : string
[<get: System.Security.SecurityCritical>]
static member ApplicationId : string
Public Shared ReadOnly Property ApplicationId As String

속성 값

현재 실행 중인 애플리케이션의 ID를 포함하는 A String 입니다.

특성

예외

즉시 호출자에게 인프라 권한이 없습니다.

설명

애플리케이션 ID는 현재 실행 중인 애플리케이션에서 만든 개체의 URI 앞에 추가됩니다.

적용 대상