JAMS Developer Guide
DisplayName Property (PropertyDefinition)


MVPSI.JAMS Namespace > PropertyDefinition Class : DisplayName Property
Gets or sets the display name of the property.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("The display name of the Property.")>
<System.ComponentModel.DefaultValueAttribute()>
<System.Xml.Serialization.XmlAttributeAttribute("displayname")>
Public Property DisplayName As System.String
'Usage
 
Dim instance As PropertyDefinition
Dim value As System.String
 
instance.DisplayName = value
 
value = instance.DisplayName
[System.ComponentModel.Description("The display name of the Property.")]
[System.ComponentModel.DefaultValue()]
[System.Xml.Serialization.XmlAttribute("displayname")]
public System.string DisplayName {get; set;}
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

PropertyDefinition Class
PropertyDefinition Members