 | GroupName Property |
[This is preliminary documentation and is subject to change.]
The translated, human readable, name of the block data type used to group blocks
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
Dim instance As Group
Dim value As String
value = instance.Name
instance.Name = value
function get Name () : String
function set Name (value : String)
function get_Name();
function set_Name(value);
Property Value
Type:
String
See Also