Public Property Oid As String
Dim instance As InformMessage 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); }
InformMessage Class InformMessage Members