GoDigram for .NET Framework and .NET Core
Northwoods.Go.Xml Namespace / GoXmlSimpleData Class / Set Method
the property name, must not be null or empty
Object
In This Topic
    Set Method (GoXmlSimpleData)
    In This Topic
    Sets the value of a property, given the property name.
    Syntax
    public void Set( 
       string s,
       object x
    )

    Parameters

    s
    the property name, must not be null or empty
    x
    Object
    See Also