LayoutGetEnumerator Method  | 
 
            Returns  a  read-only  enumerator  over  the collection of fields in the
            Layout.
            
 
    Namespace: 
   OBCOM.NetClient
    Assembly:
   OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
Return Value
Type: 
IEnumerator
            A read-only enumerator over the collection of fields in the Layout.
            
Implements
IEnumerableGetEnumerator
Remarks
See Also