ShareMultipleFilesRequest.Files Property

Definition

Gets or sets the files to share.

public:
 property System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^> ^ Files { System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^> ^ value); };
public System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.DataTransfer.ShareFile>? Files { get; set; }
member this.Files : System.Collections.Generic.List<Microsoft.Maui.ApplicationModel.DataTransfer.ShareFile> with get, set
Public Property Files As List(Of ShareFile)

Property Value

Applies to