 | BlockInterpretationsBlockName Property |
[This is preliminary documentation and is subject to change.]
The block name (should be unique for a customer)
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 BlockInterpretations
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