GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPartInfo Class / ID Property
In This Topic
    ID Property
    In This Topic
    Gets or sets an identifier describing an object.
    Syntax
    public string ID {get; set;}

    Property Value

    By default this gets the IGoIdentifiablePart.IGoIdentifiablePart.PartID, if the object is an IGoIdentifiablePart and the IGoIdentifiablePart.PartID is not -1. Otherwise this value is null, and you will probably want to set this to whatever value you are using in your application.

    This is not the same as the "id" property for a DHTML element.

    Remarks
    This just gets or sets the "ID" property.
    See Also