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