 | DataFrameName Property |
Gets and sets the name for this data frame.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
String
RemarksIf a name has not been set for this data frame, get returns
this.Type.
See Also