Responder Developer Guide
ExtraAttributes Property


Gets or sets the custom attributes for the ProgramGroup.
Syntax
'Declaration
 
<XmlAnyAttributeAttribute()>
Public Property ExtraAttributes As XmlAttribute()
'Usage
 
Dim instance As ProgramGroup
Dim value() As XmlAttribute
 
instance.ExtraAttributes = value
 
value = instance.ExtraAttributes
[XmlAnyAttribute()]
public XmlAttribute[] ExtraAttributes {get; set;}
Remarks
The standard .NET framework name for this type of property is UnhandledAttributes. Same purpose, different name.
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

ProgramGroup Class
ProgramGroup Members

 

 


Send Comment