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

    Parameters

    s
    the property name, must not be null or empty

    Return Value

    Object
    See Also