次の方法で共有


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

プロパティ値

パッケージの完全名。

属性

適用対象