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