ArcFM Engine Developer Guide
DeleteDirectoriesOlderThanDays Property (DirectoryServerReplicaElement)


Syntax
'Declaration
 
<ConfigurationPropertyAttribute(Name="DeleteDirectoriesOlderThanDays", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
<IntegerValidatorWrapperAttribute(ValidatorInstance=Miner.Configuration.Validators.IntegerValidatorWrapper, ValidatorType=)>
Public Property DeleteDirectoriesOlderThanDays As Integer
'Usage
 
Dim instance As DirectoryServerReplicaElement
Dim value As Integer
 
instance.DeleteDirectoriesOlderThanDays = value
 
value = instance.DeleteDirectoriesOlderThanDays
[ConfigurationProperty(Name="DeleteDirectoriesOlderThanDays", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[IntegerValidatorWrapper(ValidatorInstance=Miner.Configuration.Validators.IntegerValidatorWrapper, ValidatorType=)]
public int DeleteDirectoriesOlderThanDays {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

DirectoryServerReplicaElement Class
DirectoryServerReplicaElement Members

 

 


Send Comment