ArcFM Desktop Developer Guide
ChildName Property


The name of the child handler's configuration element.
Syntax
'Declaration
 
<ConfigurationPropertyAttribute("ChildName", 
   IsRequired=False, 
   IsKey=False)>
Public Overridable Property ChildName As String
'Usage
 
Dim instance As RuleBaseConfigurationElement
Dim value As String
 
instance.ChildName = value
 
value = instance.ChildName
[ConfigurationProperty("ChildName", 
   IsRequired=false, 
   IsKey=false)]
public virtual string ChildName {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

RuleBaseConfigurationElement Class
RuleBaseConfigurationElement Members

 

 


Send Comment