FindRelatedPackagesOptions.Relationship 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.
The PackageRelationship specifies the relationship of the packages to be retrieved.
public:
property PackageRelationship Relationship { PackageRelationship get(); void set(PackageRelationship value); };
PackageRelationship Relationship();
void Relationship(PackageRelationship value);
public PackageRelationship Relationship { get; set; }
var packageRelationship = findRelatedPackagesOptions.relationship;
findRelatedPackagesOptions.relationship = packageRelationship;
Public Property Relationship As PackageRelationship