ApplicationContainerSettingsElement.PackageFullName Propriedade
Definição
Obtém ou define o nome completo do pacote.Gets or sets the full name of the package.
public:
property System::String ^ PackageFullName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("packageFullName", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[System.Configuration.StringValidator(MinLength=0)]
public string PackageFullName { get; set; }
[<System.Configuration.ConfigurationProperty("packageFullName", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.PackageFullName : string with get, set
Public Property PackageFullName As String
Valor da propriedade
O nome completo do pacote.The full name of the package.
- Atributos