FieldName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of this field.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Name { get; set; }
Public Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_Name();
function set_Name(value);
Property Value
Type:
StringThe name of this field.
Return Value
Type:
StringThe name of this field.
Remarks See Also