ArcFM Engine Developer Guide
SaveFrequency Property (SdeElement)


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("SaveFrequency", 
   IsRequired=False, 
   IsKey=False, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)>
<IntegerValidatorWrapperAttribute(0, False)>
Public Property SaveFrequency As Integer
'Usage
 
Dim instance As SdeElement
Dim value As Integer
 
instance.SaveFrequency = value
 
value = instance.SaveFrequency
[ConfigurationProperty("SaveFrequency", 
   IsRequired=false, 
   IsKey=false, 
   DefaultValue=Mono.Cecil.CustomAttributeArgument)]
[IntegerValidatorWrapper(0, false)]
public int SaveFrequency {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

SdeElement Class
SdeElement Members

 

 


Send Comment