'Declaration
<BrowsableAttribute(False)> <EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Public Sub SetSubstituteValue( _ ByVal substituteValue As Object _ )
'Usage
Dim instance As UAPublishedVariableData Dim substituteValue As Object instance.SetSubstituteValue(substituteValue)
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public void SetSubstituteValue( object substituteValue )
[Browsable(false)] [EditorBrowsable(EditorBrowsableState.Advanced)] public: void SetSubstituteValue( Object^ substituteValue )
Parameters
- substituteValue
- The substitute value to be set.
The value of this parameter can be
null
(Nothing
in Visual Basic).