PackageProperties.Title Propriedade

Definição

Quando substituído em uma classe derivada, obtém ou define o nome fornecido para o Package e seu conteúdo.

public:
 abstract property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public abstract string Title { get; set; }
public abstract string? Title { get; set; }
member this.Title : string with get, set
Public MustOverride Property Title As String

Valor da propriedade

O nome fornecido ao Package e seu conteúdo.

Aplica-se a

Confira também