Same as ComponentType property but instead of throwing an exception, ComponentType.Unknown is returned.
Namespace: BasicCard.BasicCards.ComponentsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public ComponentType GetComponentTypeNoCommsException() |
Visual Basic |
---|
Public Function GetComponentTypeNoCommsException As ComponentType |
Visual C++ |
---|
public:
ComponentType GetComponentTypeNoCommsException() |
F# |
---|
member GetComponentTypeNoCommsException : unit -> ComponentType
|
Return Value
Type:
ComponentTypeComponent type.
See Also