ArcFM Engine Developer Guide
Name Property (BaseReplicaElement)


Syntax
'Declaration
 
<ConfigurationPropertyAttribute("Name", 
   IsRequired=True, 
   IsKey=True)>
<StringValidatorWrapperAttribute(0, 50)>
Public Property Name As String
'Usage
 
Dim instance As BaseReplicaElement
Dim value As String
 
instance.Name = value
 
value = instance.Name
[ConfigurationProperty("Name", 
   IsRequired=true, 
   IsKey=true)]
[StringValidatorWrapper(0, 50)]
public string Name {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

BaseReplicaElement Class
BaseReplicaElement Members

 

 


Send Comment