CreatePackageDependencyOptions.VerifyDependencyResolution 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.
public:
property bool VerifyDependencyResolution { bool get(); void set(bool value); };
bool VerifyDependencyResolution();
void VerifyDependencyResolution(bool value);
public bool VerifyDependencyResolution { get; set; }
var boolean = createPackageDependencyOptions.verifyDependencyResolution;
createPackageDependencyOptions.verifyDependencyResolution = boolean;
Public Property VerifyDependencyResolution As Boolean
Property Value
bool