'Declaration
Public Property DocumentFormat As System.String
'Usage
Dim instance As DocumentAttributes
Dim value As System.String
instance.DocumentFormat = value
value = instance.DocumentFormat
public System.string DocumentFormat {get; set;}
public read-write property DocumentFormat: System.String;
public function get,set DocumentFormat : System.String
public: __property System.string* get_DocumentFormat();
public: __property void set_DocumentFormat(
System.string* value
);
public:
property System.String^ DocumentFormat {
System.String^ get();
void set ( System.String^ value);
}