GoDiagram Web Reference
Name Property (GoDocument)

Gets or sets a name for this document.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("The user-visible name for this document.")>
Public Overridable Property Name As String
[DefaultValueAttribute()]
[DescriptionAttribute("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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDocument Class
GoDocument Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback