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