ShareFileRequest.File Property

Definition

Gets or sets the file to share.

public:
 property Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^ File { Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^ get(); void set(Microsoft::Maui::ApplicationModel::DataTransfer::ShareFile ^ value); };
public Microsoft.Maui.ApplicationModel.DataTransfer.ShareFile? File { get; set; }
member this.File : Microsoft.Maui.ApplicationModel.DataTransfer.ShareFile with get, set
Public Property File As ShareFile

Property Value

Applies to