ReceivedFilename Property
In This Topic
Filename to which the instance has already been saved
Syntax
'Declaration
Public ReadOnly Property ReceivedFilename As System.String
'Usage
Dim instance As InstanceReceivedArgs
Dim value As System.String
value = instance.ReceivedFilename
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();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also