 | BlockDeletionResultDeletionResult Property |
[This is preliminary documentation and is subject to change.]
One of the following values: 'block removed', 'block disabled', 'unknown block', 'block already disabled'
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string DeletionResult { get; set; }
Public Property DeletionResult As String
Get
Set
Dim instance As BlockDeletionResult
Dim value As String
value = instance.DeletionResult
instance.DeletionResult = value
function get DeletionResult () : String
function set DeletionResult (value : String)
function get_DeletionResult();
function set_DeletionResult(value);
Property Value
Type:
String
See Also