JAMS Developer Guide
ReferenceTo Property


MVPSI.JAMS Namespace > PropertyDefinition Class : ReferenceTo Property
The PropertyJAMSType of the PropertyDefinition.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("For reference types, identifies what the ReferenceID of a PropertyValue is a reference to.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ReferenceTo As ReferenceTo
'Usage
 
Dim instance As PropertyDefinition
Dim value As ReferenceTo
 
instance.ReferenceTo = value
 
value = instance.ReferenceTo
[System.ComponentModel.Description("For reference types, identifies what the ReferenceID of a PropertyValue is a reference to.")]
[System.ComponentModel.DefaultValue()]
public ReferenceTo ReferenceTo {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