BuildMaster SDK Reference
Version:

ElementAttribute(string name, object value) Constructor

Initializes a new instance of the ElementAttribute class.

Syntax

public .ctor(string name, object value)

Parameters

name
Type: string

The name of the attribute.

value
Type: object

The value of the attribute.

Exceptions

System.ArgumentNullException

name is null (Nothing in Visual Basic) or empty.