PackageSet.PackageUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.