Public Shadows Property FileName As String
Dim instance As ContentDisposition
Dim value As String
instance.FileName = value
value = instance.FileName
public new string FileName {get; set;}
public: __property new string* get_FileName();
public: __property new void set_FileName(
string* value
);
public:
new property String^ FileName {
String^ get();
void set ( String^ value);
}