PackageSetItem.PackageUri Property

Definition

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.

Applies to