 | CustomFieldPrompt Property |
Gets or sets the custom field prompt.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Prompt { get; set; }
Public Property Prompt As String
Get
Set
public:
property String^ Prompt {
String^ get ();
void set (String^ value);
}
function get Prompt () : String
function set Prompt (value : String)
function get_Prompt();
function set_Prompt(value);
Property Value
Type:
StringThe custom field prompt.
See Also