PackageSet.PackageUri Property

Definition

Gets or sets an optional default URI for the package set; to be used if the PackageSetItem.PackageUri of a package in the set isn't specified, and one is needed.

public:
 property Uri ^ PackageUri { Uri ^ get(); void set(Uri ^ value); };
Uri PackageUri();

void PackageUri(Uri value);
public System.Uri PackageUri { get; set; }
var uri = packageSet.packageUri;
packageSet.packageUri = uri;
Public Property PackageUri As Uri

Property Value

An optional default URI for the package set.

Applies to