Public Property Oid As String
Dim instance As Trap2Message Dim value As String instance.Oid = value value = instance.Oid
public string Oid {get; set;}
public: __property string* get_Oid(); public: __property void set_Oid( string* value );
public: property String^ Oid { String^ get(); void set ( String^ value); }
Trap2Message Class Trap2Message Members