GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPartInfo Class / GetProperty Method
a String
In This Topic
    GetProperty Method
    In This Topic
    This method provides a general way to get the value for any property.
    Syntax
    public object GetProperty( 
       string p
    )

    Parameters

    p
    a String

    Return Value

    null if the property name is not present
    See Also