Share via


Value Property

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

Gets a value that indicates whether the COM type is visible.

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

Syntax

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

Property Value

Type: System. . :: . .Boolean
true if the type is visible; otherwise, false. The default value is true.

.NET Framework Security

See Also

Reference

ComVisibleAttribute Class

System.Runtime.InteropServices Namespace