PackageRelationship.SourceUri Property

Definition

Gets the URI of the package or part that owns the relationship.

public:
 property Uri ^ SourceUri { Uri ^ get(); };
public Uri SourceUri { get; }
member this.SourceUri : Uri
Public ReadOnly Property SourceUri As Uri

Property Value

Uri

The URI of the Package or PackagePart that owns the relationship.

Remarks

If the relationship is owned by a Package, SourceUri returns a URI of "/".

If the relationship is owned by a PackagePart, SourceUri returns the URI of the part.

Applies to

See also