'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Serialized custom data that is passed to the client as an xml attribute.")> Public Property Data As System.String
'Usage
Dim instance As NUserDataAttribute Dim value As System.String instance.Data = value value = instance.Data
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Serialized custom data that is passed to the client as an xml attribute.")] public System.string Data {get; set;}