ArcFM Engine Developer Guide
FieldModelNames Property (NetworkAdapterModelNamesElement)


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("FieldModelNames", 
   IsRequired=False, 
   IsKey=False)>
Public Property FieldModelNames As NamedElementCollection(Of ModelNameElement)
'Usage
 
Dim instance As NetworkAdapterModelNamesElement
Dim value As NamedElementCollection(Of ModelNameElement)
 
instance.FieldModelNames = value
 
value = instance.FieldModelNames
[ConfigurationProperty("FieldModelNames", 
   IsRequired=false, 
   IsKey=false)]
public NamedElementCollection<ModelNameElement> FieldModelNames {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

NetworkAdapterModelNamesElement Class
NetworkAdapterModelNamesElement Members

 

 


Send Comment