ArcFM Engine Developer Guide
FailedBodyElements Property


Syntax
'Declaration
 
<DataMemberAttribute(Name="FailedBodyElements", 
   IsRequired=True, 
   Order=2)>
Public Property FailedBodyElements As List(Of String)
'Usage
 
Dim instance As SenderFaultDetail
Dim value As List(Of String)
 
instance.FailedBodyElements = value
 
value = instance.FailedBodyElements
[DataMember(Name="FailedBodyElements", 
   IsRequired=true, 
   Order=2)]
public List<string> FailedBodyElements {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

SenderFaultDetail Class
SenderFaultDetail Members

 

 


Send Comment