Summary
Gets a value indicating whether the assembly is CLS compliant.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- Assembly
Info Parse Result
Syntax
public bool ClsCompliant { get; }
Value
Type | Description |
---|---|
bool |
true if the assembly is CLS compliant; otherwise, false .
|