public string Type {get; set;}
public: property String^ Type { String^ get(); void set ( String^ value); }
'Declaration Public Property Type As String
'Declaration
Public Property Type As String
'Usage Dim instance As DataItemEventArgs Dim value As String instance.Type = value value = instance.Type
'Usage
Dim instance As DataItemEventArgs Dim value As String instance.Type = value value = instance.Type
DataItemEventArgs Class DataItemEventArgs Members
How can we improve?