PackageRelationship.SourceUri 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 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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.