ArcFM Engine Developer Guide
Incidents Property (UsersObject)


Syntax
'Declaration
 
Public Property Incidents As IEnumerable(Of IncidentsObject)
'Usage
 
Dim instance As UsersObject
Dim value As IEnumerable(Of IncidentsObject)
 
instance.Incidents = value
 
value = instance.Incidents
public IEnumerable<IncidentsObject> Incidents {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

UsersObject Class
UsersObject Members

 

 


Send Comment