JAMS Developer Guide
PropertyOf Property


MVPSI.JAMS Namespace > PropertyDefinition Class : PropertyOf Property
Identifies the objects that could possess this property.
Syntax
'Declaration
 
<System.ComponentModel.DescriptionAttribute("Identifies the objects that could possess this property.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property PropertyOf As PropertyOf
'Usage
 
Dim instance As PropertyDefinition
Dim value As PropertyOf
 
instance.PropertyOf = value
 
value = instance.PropertyOf
[System.ComponentModel.Description("Identifies the objects that could possess this property.")]
[System.ComponentModel.DefaultValue()]
public PropertyOf PropertyOf {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