LogData.ToString Method
Returns the XML representation for the LogData object. Extenders will need to provide a custom implementation.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As LogData
Dim returnValue As String
returnValue = instance.ToString
Syntax
'Declaration
Public Overrides Function ToString As String
public override string ToString ()
public:
virtual String^ ToString () override
public String ToString ()
public override function ToString () : String
Return Value
XML representation for the LogData object
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
LogData Class
LogData Members
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.