ApplicationContainerSettingsElement.PackageFullName Eigenschaft

Definition

Ruft den vollständigen Namen des Pakets ab oder legt ihn fest.

public:
 property System::String ^ PackageFullName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("packageFullName", DefaultValue=null)]
[System.Configuration.StringValidator(MinLength=0)]
public string PackageFullName { get; set; }
[<System.Configuration.ConfigurationProperty("packageFullName", DefaultValue=null)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.PackageFullName : string with get, set
Public Property PackageFullName As String

Eigenschaftswert

String

Der vollständige Name der Paketdatei.

Attribute

Gilt für