'Declaration
<CanBeNullAttribute()> Property SubstituteValue As Object
'Usage
Dim instance As _UAPublishedVariableData Dim value As Object instance.SubstituteValue = value value = instance.SubstituteValue
[CanBeNull()] object SubstituteValue {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.