public string Type {get; set;}
public: __property string* get_Type(); public: __property void set_Type( string* value );
public: property String^ Type { String^ get(); void set ( String^ value); }
'Declaration Public Property Type As String
'Usage Dim instance As DataItemEventArgs Dim value As String instance.Type = value value = instance.Type
DataItemEventArgs Class DataItemEventArgs Members