FindLabelByName Method
Find a label based on its name.
Required Permissions
LabelReadSyntax
public Label FindLabelByName(
System.string labelName
)Public Function FindLabelByName( _
ByVal labelName As System.String _
) As LabelParameters
| Name | Description |
|---|---|
| labelName | The name of the label to search for. |
Return Value
A label object corresponding to the search information. Will return an “empty” Label (Id = “-1”) if no label is found.