Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / XmlMapping Class / TrySetValue Method
The new inner xml for the mapped node stored within a XmlDocument in the document.

In This Topic
    TrySetValue Method
    In This Topic
    Tries set inner xml to the mapped node stored within a XmlDocument in the document.
    Syntax
    'Declaration
     
    Public Function TrySetValue( _
       ByVal value As System.String _
    ) As System.Boolean
    public System.bool TrySetValue( 
       System.string value
    )

    Parameters

    value
    The new inner xml for the mapped node stored within a XmlDocument in the document.

    Return Value

    true if new inner xml was set successfully, otherwise false.
    See Also