ArcFM Solution Developer Guide
DuctId Property (DuctEndViewModel)


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