ArcFM Desktop Developer Guide
Value Property (FilterValueElement)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
<ConfigurationPropertyAttribute(Name="Value", 
   Options=ConfigurationPropertyOptions.IsRequired Or  _
    ConfigurationPropertyOptions.IsKey, 
   IsDefaultCollection=False, 
   IsRequired=True, 
   IsKey=True)>
Public Property Value As String
'Usage
 
Dim instance As FilterValueElement
Dim value As String
 
instance.Value = value
 
value = instance.Value
[ConfigurationProperty(Name="Value", 
   Options=ConfigurationPropertyOptions.IsRequired | 
    ConfigurationPropertyOptions.IsKey, 
   IsDefaultCollection=false, 
   IsRequired=true, 
   IsKey=true)]
public string Value {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

FilterValueElement Class
FilterValueElement Members

 

 


Send Comment