LabelCollection.GetByValue method
Gets a Label object by value.
Namespace: Microsoft.SharePoint.Client.Taxonomy
Assembly: Microsoft.SharePoint.Client.Taxonomy (in Microsoft.SharePoint.Client.Taxonomy.dll)
Syntax
'Declaration
Public Function GetByValue ( _
index As String _
) As Label
'Usage
Dim instance As LabelCollection
Dim index As String
Dim returnValue As Label
returnValue = instance.GetByValue(index)
public Label GetByValue(
string index
)
Parameters
index
Type: System.StringThe value of the Label object to retrieve.
Return value
Type: Microsoft.SharePoint.Client.Taxonomy.Label
A [Microsoft.SharePoint.Client.Taxonomy.Label].