ArcFM Responder Mobile Developer Guide
BasePath Property (GlobalServerReplicaElement)






Syntax
'Declaration
 
<System.Configuration.ConfigurationPropertyAttribute(Name="BasePath", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=False)>
<System.Configuration.ConfigurationValidatorAttribute(ValidatorInstance=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator, ValidatorType=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator)>
Public Property BasePath As System.String
'Usage
 
Dim instance As GlobalServerReplicaElement
Dim value As System.String
 
instance.BasePath = value
 
value = instance.BasePath
[System.Configuration.ConfigurationProperty(Name="BasePath", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
[System.Configuration.ConfigurationValidator(ValidatorInstance=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator, ValidatorType=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator)]
public System.string BasePath {get; set;}
public read-write property BasePath: System.String; 
System.Configuration.ConfigurationPropertyAttribute(Name="BasePath", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=, 
   IsRequired=, 
   IsKey=)
System.Configuration.ConfigurationValidatorAttribute(ValidatorInstance=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator, ValidatorType=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator)
public function get,set BasePath : System.String
[System.Configuration.ConfigurationProperty(Name="BasePath", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
[System.Configuration.ConfigurationValidator(ValidatorInstance=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator, ValidatorType=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator)]
public: __property System.string* get_BasePath();
public: __property void set_BasePath( 
   System.string* value
);
[System.Configuration.ConfigurationProperty(Name="BasePath", 
   Options=ConfigurationPropertyOptions.IsRequired, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=false)]
[System.Configuration.ConfigurationValidator(ValidatorInstance=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator, ValidatorType=Miner.Geodatabase.Replication.Configuration.DirectoryExistsPermissionsAndNotFgdbValidator)]
public:
property System.String^ BasePath {
   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

GlobalServerReplicaElement Class
GlobalServerReplicaElement Members

Send Feedback