Click or drag to resize

ObjectTypeAttributeObjectTypes Property

Gets or sets the Types of the object can be viewed by the attached CustomObjectViewer

Namespace:  Hummingbird.TestFramework.Extensibility
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public Type[] ObjectTypes { get; set; }

Property Value

Type: Type
An array of types.
See Also