AsciiBridgeDataUserDefinedNames Property |
User defined name for dynamic and static item. Null or empty string if using default predefined names.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public string[] UserDefinedNames { get; set; }
Public Property UserDefinedNames As String()
Get
Set
public:
property array<String^>^ UserDefinedNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
Property Value
Type:
StringSee Also