JAMS Developer Guide
PropertyName Property (PropertyDefinition)


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