Edit

Share via


PackageProperties.Title Property

Definition

When overridden in a derived class, gets or sets the name given to the Package and its content.

C#
public abstract string? Title { get; set; }
C#
public abstract string Title { get; set; }

Property Value

The name given to the Package and its content.

Applies to

See also