Summary
Gets a value indicating whether the assembly is accessible from COM.
- Namespace
- Cake
.Common .Solution .Project .Properties - Containing Type
- Assembly
Info Parse Result
Syntax
public bool ComVisible { get; }
Value
Type | Description |
---|---|
bool |
true if the assembly is accessible from COM; otherwise, false .
|