Solving Property (IComponent)
Obsolete. Superseded by IComponent2::Solving.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property Solving As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IComponent
Dim value As System.Integer
value = instance.Solving |
C# | |
---|
System.int Solving {get;} |
C++/CLI | |
---|
property System.int Solving {
System.int get();
} |
See Also