BuildMaster SDK Reference
Version:
Element(string elementType) Constructor
Initializes a new instance of the Element class.
Syntax
public .ctor(string elementType)
Parameters
- elementType
- Type: string
Type of the element.
Exceptions
System.ArgumentNullException
|
elementType is null (Nothing in Visual Basic) or empty.
|