Responder Developer Guide
DataMember Property


Syntax
'Declaration
 
<LocalizedDescriptionAttribute("LD_UltraGridBase_P_DataMember")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<DefaultValueAttribute("")>
<LocalizedCategoryAttribute("LC_Data")>
<EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design", "System.Drawing.Design.UITypeEditor, System.Drawing")>
Public Property DataMember As String
'Usage
 
Dim instance As UltraGridSafe
Dim value As String
 
instance.DataMember = value
 
value = instance.DataMember
[LocalizedDescription("LD_UltraGridBase_P_DataMember")]
[RefreshProperties(RefreshProperties.All)]
[DefaultValue("")]
[LocalizedCategory("LC_Data")]
[Editor("System.Windows.Forms.Design.DataMemberListEditor, System.Design", "System.Drawing.Design.UITypeEditor, System.Drawing")]
public string DataMember {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

UltraGridSafe Class
UltraGridSafe Members

 

 


Send Comment