Package.IsFramework Property

Definition

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.

Applies to

See also