ReceivedFilename Property
Filename to which the instance has already been saved
public System.string ReceivedFilename {get;}
public read-only property ReceivedFilename: System.String;
public function get ReceivedFilename : System.String
public: __property System.string* get_ReceivedFilename();
public:
property System.String^ ReceivedFilename {
System.String^ get();
}
'Declaration
Public ReadOnly Property ReceivedFilename As System.String
'Usage
Dim instance As InstanceReceivedArgs
Dim value As System.String
value = instance.ReceivedFilename
Target Platforms: .NET CLR 4.8 or higher