Label constructor

Initializes a new instance of the Label object.

Namespace:  Microsoft.SharePoint.Client.Taxonomy
Assembly:  Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)

Syntax

'Declaration
Public Sub New ( _
    context As ClientRuntimeContext, _
    objectPath As ObjectPath _
)
'Usage
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath

Dim instance As New Label(context, _
    objectPath)
public Label(
    ClientRuntimeContext context,
    ObjectPath objectPath
)

Parameters

See also

Reference

Label class

Label members

Microsoft.SharePoint.Client.Taxonomy namespace