다음을 통해 공유


PackageAddedEventArgs<TPackage>.Package Property

Definition

Gets or sets the code, data, or configuration package that was added to the Service Manifest.

public TPackage Package { get; set; }
member this.Package : 'Package with get, set
Public Property Package As TPackage

Property Value

TPackage

The code, data, or configuration package that was added to the Service Manifest.

Applies to