PackageSetItem.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 property representing the package's uri. Some verbs use this property (see Remarks in PackageSetItem).
public:
property Uri ^ PackageUri { Uri ^ get(); void set(Uri ^ value); };
Uri PackageUri();
void PackageUri(Uri value);
public System.Uri PackageUri { get; set; }
var uri = packageSetItem.packageUri;
packageSetItem.packageUri = uri;
Public Property PackageUri As Uri
Property Value
An optional property representing the package's uri. If not set, and a package uri is needed, then PackageSet.PackageUri is used.