ApplicationId.Name 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
애플리케이션의 이름을 가져옵니다.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
속성 값
애플리케이션 이름입니다.
예제
다음 코드 예제는 Name 을 확보 하 여 속성을 ApplicationId 에서 ApplicationSecurityInfo 인스턴스를 사용 하 여 만든를 ActivationContext 현재 실행 중인 매니페스트 기반 애플리케이션에 대 한 합니다. 이 코드 예제는에 대해 제공 된 큰 예제의 일부는 ApplicationId 클래스입니다.
ApplicationSecurityInfo asi = new ApplicationSecurityInfo(AppDomain.CurrentDomain.ActivationContext);
Console.WriteLine("ApplicationId.Name property = " + asi.ApplicationId.Name);
let asi = ApplicationSecurityInfo AppDomain.CurrentDomain.ActivationContext
printfn $"ApplicationId.Name property = {asi.ApplicationId.Name}"
Dim asi As New ApplicationSecurityInfo(AppDomain.CurrentDomain.ActivationContext)
Console.WriteLine("ApplicationId.Name property = " + asi.ApplicationId.Name)
설명
Name 애플리케이션을 간단 하 고 암호화 되지 않은 이름이입니다.