BuildMaster SDK Reference
Version:

Add(string tag) Method

Adds the specified tag.

Syntax

public bool Add(string tag)

Parameters

tag
Type: string

The tag to add.

Returns

True if tag was added; false if it was already in the collection.

Exceptions

System.ArgumentNullException

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