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