ArcFM Desktop Developer Guide
Category Property (CategorizedServerReplicaElement)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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

CategorizedServerReplicaElement Class
CategorizedServerReplicaElement Members

 

 


Send Comment