VirtualMachineGetRemoteDesktopFileResponse::RemoteDesktopFile Property

 

Gets or sets a Remote Desktop Protocol (.rdp) file that can be used to establish a remotely access the Virtual Machine.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public:
property array<unsigned char>^ RemoteDesktopFile {
	array<unsigned char>^ get();
	void set(array<unsigned char>^ value);
}

Property Value

Type: array<System::Byte>^

A Remote Desktop Protocol file.

Return to top
Show: