ArcFM Responder Mobile Developer Guide
SimpleCustomer Structure
Members 






Object Model
SimpleCustomer Structure
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Structure SimpleCustomer 
   Inherits System.ValueType
'Usage
 
Dim instance As SimpleCustomer
[System.Serializable()]
public struct SimpleCustomer : System.ValueType 
public type SimpleCustomer = class(System.ValueType)
In JScript, you can use structures in other assemblies, but you cannot define your own.
[System.Serializable()]
public __value struct SimpleCustomer : public System.ValueType 
[System.Serializable()]
public value class SimpleCustomer : public System.ValueType 
Inheritance Hierarchy

System.Object
   System.ValueType
      Miner.Responder.Framework.Tracing.SimpleCustomer

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

SimpleCustomer Members
Miner.Responder.Framework.Tracing Namespace

Send Feedback