GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPartInfo Class / SetProperty Method
a String
a value of null makes this property disappear from the generated JavaScript
In This Topic
    SetProperty Method
    In This Topic
    This method provides a general way to set the value for any property.
    Syntax
    public void SetProperty( 
       string p,
       object v
    )

    Parameters

    p
    a String
    v
    a value of null makes this property disappear from the generated JavaScript
    Remarks
    If the property name is not already present, it is added.
    See Also