Share via


Package.IsFramework Property

Definition

Overloads

IsFramework

Indicates whether other packages can declare a dependency on this package.

IsFramework

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.

See also

Applies to