Initialize a new instance of Keyword

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public Keyword(
	int tagId
)
Visual Basic (Declaration)
Public Sub New ( _
	tagId As Integer _
)
Visual C++
public:
Keyword(
	int tagId
)

Parameters

tagId
Type: System..::.Int32
The tag ID

See Also