ArcFM Server Developer Guide
DuctId Property (DuctEndViewModel)


Syntax
'Declaration
 
<SE.Geospatial.Client.Common.Validation.ChangeTrackedPropertyAttribute()>
<RegularExpressionAttribute("^([A-Za-z0-9-_ ])*", 
   ErrorMessageResourceType=Miner.Desktop.Diagrams.Underground.Properties.Resources, 
   ErrorMessageResourceName="ConduitManager_Validation_SpecialCharacter")>
<MaxLengthAttribute(20, 
   ErrorMessageResourceType=Miner.Desktop.Diagrams.Underground.Properties.Resources, 
   ErrorMessageResourceName="ConduitManager_Validation_StringLength")>
Public Property DuctId As String
'Usage
 
Dim instance As DuctEndViewModel
Dim value As String
 
instance.DuctId = value
 
value = instance.DuctId
[SE.Geospatial.Client.Common.Validation.ChangeTrackedProperty()]
[RegularExpression("^([A-Za-z0-9-_ ])*", 
   ErrorMessageResourceType=Miner.Desktop.Diagrams.Underground.Properties.Resources, 
   ErrorMessageResourceName="ConduitManager_Validation_SpecialCharacter")]
[MaxLength(20, 
   ErrorMessageResourceType=Miner.Desktop.Diagrams.Underground.Properties.Resources, 
   ErrorMessageResourceName="ConduitManager_Validation_StringLength")]
public string DuctId {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

DuctEndViewModel Class
DuctEndViewModel Members

 

 


Send Comment