Public Property ContentId As String
Dim instance As Resource
Dim value As String
instance.ContentId = value
value = instance.ContentId
public string ContentId {get; set;}
public: __property string* get_ContentId();
public: __property void set_ContentId(
string* value
);
public:
property String^ ContentId {
String^ get();
void set ( String^ value);
}