InputFormControl.LabelAssociatedControlId Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property LabelAssociatedControlId As String
Get
Set
'Usage
Dim instance As InputFormControl
Dim value As String
value = instance.LabelAssociatedControlId
instance.LabelAssociatedControlId = value
public string LabelAssociatedControlId { get; set; }
Property Value
Type: System.String