 | ParameterFormat Property |
[This is preliminary documentation and is subject to change.]
The translated, human readable, expected format
Français | Español | English |
---|
Numérique | Numérico | Numeric |
0/1 | 0/1 | 0/1 |
Date | Fecha | Date |
Chaine de caractères | Cadena | String |
Choix unique sur liste | Elemento de una lista | List item |
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string Format { get; set; }
Public Property Format As String
Get
Set
Dim instance As Parameter
Dim value As String
value = instance.Format
instance.Format = value
function get Format () : String
function set Format (value : String)
function get_Format();
function set_Format(value);
Property Value
Type:
String
See Also