ApplicationTrust.ApplicationIdentity 属性

定义

获取或设置应用程序信任对象的应用程序标识。Gets or sets the application identity for the application trust object.

public:
 property ApplicationIdentity ^ ApplicationIdentity { ApplicationIdentity ^ get(); void set(ApplicationIdentity ^ value); };
public ApplicationIdentity ApplicationIdentity { get; set; }
member this.ApplicationIdentity : ApplicationIdentity with get, set
Public Property ApplicationIdentity As ApplicationIdentity

属性值

ApplicationIdentity

应用程序信任对象的 ApplicationIdentityAn ApplicationIdentity for the application trust object.

例外

无法设置 ApplicationIdentity,因为它的值为 nullApplicationIdentity cannot be set because it has a value of null.

注解

ApplicationIdentity属性唯一地标识要在新域中激活的基于清单的应用程序。The ApplicationIdentity property uniquely identifies a manifest-based application to be activated in a new domain.

适用于