Package.IsFramework 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.
Indicates whether other packages can declare a dependency on this package.
public:
property bool IsFramework { bool get(); };
bool IsFramework();
public bool IsFramework { get; }
var boolean = package.isFramework;
Public ReadOnly Property IsFramework As Boolean
Property Value
Boolean
bool
True if other packages can declare a dependency on this package; otherwise false.