ChatMessageAttachment.OriginalFileName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the original file name of the attachment.
public:
property Platform::String ^ OriginalFileName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring OriginalFileName();
void OriginalFileName(winrt::hstring value);
public string OriginalFileName { get; set; }
var string = chatMessageAttachment.originalFileName;
chatMessageAttachment.originalFileName = string;
Public Property OriginalFileName As String
Property Value
The original file name of the attachment.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|