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