Gets or sets a value indicating whether [CLSCompliant].
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property CLSCompliant As Boolean |
| C# |
|---|
| public bool CLSCompliant { get; set; } |
| C++ |
|---|
| public property bool CLSCompliant sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_CLSCompliant(); /** property */ public void set_CLSCompliant(bool value); |
| JScript |
|---|
| public function get CLSCompliant() : bool public function set CLSCompliant(value : bool); |
Property Value
if [CLSCompliant]; otherwise, .
See Also
Documentation version 1.0.0.0.