GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / Name Property
In This Topic
    Name Property (GoDocument)
    In This Topic
    Gets or sets a name for this document.
    Syntax
    [DefaultValue("")]
    [Description("The user-visible name for this document.")]
    public virtual string Name {get; set;}

    Property Value

    The name may be any string. The default value is an empty string. A new value must not be null.
    Remarks
    Normally this property is used to hold a user-visible name for a document. Additional properties are then used to hold information about how to load and store the information in the document.
    See Also