ArcFM Responder Mobile Developer Guide
DomainType Property (AbstractDomain)






Syntax
'Declaration
 
Public MustOverride ReadOnly Property DomainType As DomainType
'Usage
 
Dim instance As AbstractDomain
Dim value As DomainType
 
value = instance.DomainType
public abstract DomainType DomainType {get;}
public read-only property DomainType: DomainType; abstract; 
public __abstract function get DomainType : DomainType
public: __property abstract DomainType get_DomainType();
public:
abstract property DomainType DomainType {
   DomainType get();
}
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

AbstractDomain Class
AbstractDomain Members

Send Feedback