ArcFM Desktop Developer Guide
InitialExtractPath Property


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("InitialExtractPath", 
   IsRequired=True, 
   IsKey=False)>
<ConfigurationValidatorAttribute(Miner.Geodatabase.Replication.Configuration.DirectoryDoesNotContainFgdbValidator)>
Public Property InitialExtractPath As String
'Usage
 
Dim instance As GdbServerReplicaElement
Dim value As String
 
instance.InitialExtractPath = value
 
value = instance.InitialExtractPath
[ConfigurationProperty("InitialExtractPath", 
   IsRequired=true, 
   IsKey=false)]
[ConfigurationValidator(Miner.Geodatabase.Replication.Configuration.DirectoryDoesNotContainFgdbValidator)]
public string InitialExtractPath {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GdbServerReplicaElement Class
GdbServerReplicaElement Members

 

 


Send Comment