 | NewBlockBlockName Property |
[This is preliminary documentation and is subject to change.]
The name of the block to create
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string BlockName { get; set; }
Public Property BlockName As String
Get
Set
Dim instance As NewBlock
Dim value As String
value = instance.BlockName
instance.BlockName = value
function get BlockName () : String
function set BlockName (value : String)
function get_BlockName();
function set_BlockName(value);
Property Value
Type:
String
See Also