JAMS Developer Guide
CurrentValue Property


MVPSI.JAMS Namespace > PropertyValue Class : CurrentValue Property
Gets or sets the current value for this property. There are three value properties: DefaultValue - This is a read-only property that returns the default value of the property. This value is defined by the folders above the current object. Value - This is a read-only property that returns the value for the property. This is a combination of the DefaultValue and the CurrentValue properties. How values are combined is defined in the PropertyDefinition. CurrentValue - This read-write property modifies the value of the property for this object.
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property CurrentValue As System.Object
'Usage
 
Dim instance As PropertyValue
Dim value As System.Object
 
instance.CurrentValue = value
 
value = instance.CurrentValue
[System.Runtime.Serialization.DataMember()]
public System.object CurrentValue {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

PropertyValue Class
PropertyValue Members