public static bool SetSymbol( ref CIMSymbolReference symbolRef, string symbolXml )
Public Shared Function SetSymbol( _ ByRef symbolRef As CIMSymbolReference, _ ByVal symbolXml As String _ ) As Boolean
Parameters
- symbolRef
- The symbol reference to be updated
- symbolXml
- The symbol XML
Return Value
A boolean indicating if the symbol was properly decoded to a non-null symbol.