Share via


IsCompliant Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the Boolean value indicating whether the indicated program element is CLS-compliant.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public ReadOnly Property IsCompliant As Boolean
public bool IsCompliant { get; }
public:
property bool IsCompliant {
    bool get ();
}
member IsCompliant : bool with get
function get IsCompliant () : boolean

Property Value

Type: System. . :: . .Boolean
true if the program element is CLS-compliant; otherwise, false.

.NET Framework Security

See Also

Reference

CLSCompliantAttribute Class

System Namespace