DataPackage.Description Property

Definition

Gets the PackageDescription object associated with the DataPackage. The package description can be used to access additional information about this package such as the name, version etc.

public System.Fabric.Description.DataPackageDescription Description { get; }
member this.Description : System.Fabric.Description.DataPackageDescription
Public ReadOnly Property Description As DataPackageDescription

Property Value

The PackageDescription object associated with the DataPackage.

Applies to