ArcFM Responder Mobile Developer Guide
ResourceAssembly Property (Domain)






Gets the name of the resource assembly for this domain.
Syntax
'Declaration
 
Public ReadOnly Property ResourceAssembly As System.String
'Usage
 
Dim instance As Domain
Dim value As System.String
 
value = instance.ResourceAssembly
public System.string ResourceAssembly {get;}
public read-only property ResourceAssembly: System.String; 
public function get ResourceAssembly : System.String
public: __property System.string* get_ResourceAssembly();
public:
property System.String^ ResourceAssembly {
   System.String^ 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

Domain Class
Domain Members

Send Feedback