ArcFM Responder Mobile Developer Guide
AuthenticationMode Property






Syntax
'Declaration
 
Public Property AuthenticationMode As System.String
'Usage
 
Dim instance As DatabaseInfo
Dim value As System.String
 
instance.AuthenticationMode = value
 
value = instance.AuthenticationMode
public System.string AuthenticationMode {get; set;}
public read-write property AuthenticationMode: System.String; 
public function get,set AuthenticationMode : System.String
public: __property System.string* get_AuthenticationMode();
public: __property void set_AuthenticationMode( 
   System.string* value
);
public:
property System.String^ AuthenticationMode {
   System.String^ get();
   void set (    System.String^ 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

DatabaseInfo Class
DatabaseInfo Members

Send Feedback