Gets the name of the file.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property FileName As String Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As MessagePartFileDownloadLink Dim value As String value = instance. FileName |
C# |
---|
public string FileName { get; private set; } |