Share via


ApplicationContainerSettingsElement.PackageFullName 屬性

定義

取得或設定封裝的完整名稱。

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

屬性值

String

封裝的完整名稱。

屬性

適用於