ArcFM Engine Developer Guide
Description Property (ServerReplicaElement)


Syntax
'Declaration
 
<ConfigurationPropertyAttribute(Name="Description", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=False, 
   IsRequired=False, 
   IsKey=False)>
<DescriptionAttribute("Description of the Replica to aide identification of the replica's contents")>
Public Property Description As String
'Usage
 
Dim instance As ServerReplicaElement
Dim value As String
 
instance.Description = value
 
value = instance.Description
[ConfigurationProperty(Name="Description", 
   Options=ConfigurationPropertyOptions.None, 
   IsDefaultCollection=false, 
   IsRequired=false, 
   IsKey=false)]
[Description("Description of the Replica to aide identification of the replica's contents")]
public string Description {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

ServerReplicaElement Class
ServerReplicaElement Members

 

 


Send Comment