BuildMaster SDK Reference
Version:
ElementAttribute(string name, object value) Constructor
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.
|