SmartTag.XML Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a String representing a sample of the XML that would be passed to the action handler.
public:
property System::String ^ XML { System::String ^ get(); };
public string XML { get; }
Public ReadOnly Property XML As String