Class FormControlProperty
Represents .
Inheritance
System.Object
FormControlProperty
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.MetaForm
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
public class FormControlProperty
Constructors
FormControlProperty()
Initializes a new instance of the FormControlProperty class.
Declaration
public FormControlProperty()
FormControlProperty(String)
Declaration
public FormControlProperty(string data)
Parameters
Type | Name | Description |
---|---|---|
System.String | data |
Properties
Data
Gets or sets the data.
Declaration
public string Data { get; set; }
Property Value
Type | Description |
---|---|
System.String | The data. |