|
DataContextAddTextAreaFieldTemplate Property
|
Gets or sets the text area field razor template file name.
Namespace: GSF.Web.ModelAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string AddTextAreaFieldTemplate { get; set; }
Public Property AddTextAreaFieldTemplate As String
Get
Set
public:
property String^ AddTextAreaFieldTemplate {
String^ get ();
void set (String^ value);
}
member AddTextAreaFieldTemplate : string with get, set
function get_AddTextAreaFieldTemplate();
function set_AddTextAreaFieldTemplate(value);
View SourceProperty Value
StringSee Also