Responder Developer Guide
CHANGE_DATE Property


Syntax
'Declaration
 
<EdmScalarPropertyAttribute(EntityKeyProperty=False, IsNullable=True)>
<DataMemberAttribute()>
Public Property CHANGE_DATE As Nullable(Of Date)
'Usage
 
Dim instance As LoadPointHistory
Dim value As Nullable(Of Date)
 
instance.CHANGE_DATE = value
 
value = instance.CHANGE_DATE
[EdmScalarProperty(EntityKeyProperty=false, IsNullable=true)]
[DataMember()]
public Nullable<DateTime> CHANGE_DATE {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

LoadPointHistory Class
LoadPointHistory Members

 

 


Send Comment