 | BlockCreationResultBlockName Property |
[This is preliminary documentation and is subject to change.]
the name of the created/enabled block
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 BlockCreationResult
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