ArcFM Responder Mobile Developer Guide
Tag Property (ISSNode)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(2024)>
Property Tag As System.String
'Usage
 
Dim instance As ISSNode
Dim value As System.String
 
instance.Tag = value
 
value = instance.Tag
[System.Runtime.InteropServices.DispId(2024)]
System.string Tag {get; set;}
read-write property Tag: System.String; 
System.Runtime.InteropServices.DispIdAttribute(2024)
function get,set Tag : System.String
[System.Runtime.InteropServices.DispId(2024)]
__property System.string* get_Tag();
__property void set_Tag( 
   System.string* value
);
[System.Runtime.InteropServices.DispId(2024)]
property System.String^ Tag {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISSNode Interface
ISSNode Members

Send Feedback