DataElementName Property (MemoryReportItem)
In This Topic
Gets or sets the name to use for the data element or attribute for this
MemoryReportItem when rendered via a data oriented rendering extension (e.g. XML).
Syntax
'Declaration
Public Property DataElementName As String
public string DataElementName {get; set;}
See Also