ArcFM Responder Mobile Developer Guide
DomainEntries Property






Syntax
'Declaration
 
Protected Property DomainEntries As System.Collections.Generic.IList(Of DomainPairConfig)
'Usage
 
Dim instance As CodedDomain
Dim value As System.Collections.Generic.IList(Of DomainPairConfig)
 
instance.DomainEntries = value
 
value = instance.DomainEntries
protected System.Collections.Generic.IList<DomainPairConfig> DomainEntries {get; set;}
protected read-write property DomainEntries: System.Collections.Generic.IList; 
protected function get,set DomainEntries : System.Collections.Generic.IList
protected: __property System.Collections.Generic.IList<DomainPairConfig*>* get_DomainEntries();
protected: __property void set_DomainEntries( 
   System.Collections.Generic.IList<DomainPairConfig*>* value
);
protected:
property System.Collections.Generic.IList<DomainPairConfig^>^ DomainEntries {
   System.Collections.Generic.IList<DomainPairConfig^>^ get();
   void set (    System.Collections.Generic.IList<DomainPairConfig^>^ value);
}
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

CodedDomain Class
CodedDomain Members

Send Feedback