Bridge

ComVisibleAttribute..::..Value Property

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

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

Syntax


public bool Value { get; set; }
Public Property Value As Boolean
	Get
	Set
public:
property bool^ Value {
	bool^ get ();
	void set (bool^ value);
}

Return Value

true if the type is visible; otherwise, false. The default value is true.