HostingEnvironment.ApplicationID Propriedade

Definição

Obtém o identificador exclusivo do aplicativo.Gets the unique identifier of the application.

public:
 static property System::String ^ ApplicationID { System::String ^ get(); };
public static string ApplicationID { get; }
member this.ApplicationID : string
Public Shared ReadOnly Property ApplicationID As String

Valor da propriedade

String

O identificador exclusivo do aplicativo.The unique identifier of the application.

Comentários

O aplicativo deve estar em execução com a AspNetHostingPermissionLevel configuração de confiança alta para acessar a ApplicationID propriedade.The application must be running with AspNetHostingPermissionLevel set to high trust to access the ApplicationID property.

Aplica-se a