Share via


ComputeNodeGetRemoteDesktopResponse.RemoteDesktopConnectionData Property

 

Optional. Gets or sets the contents of the RDP data.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public byte[] RemoteDesktopConnectionData { get; set; }
public:
property array<unsigned char>^ RemoteDesktopConnectionData {
    array<unsigned char>^ get();
    void set(array<unsigned char>^ value);
}
member RemoteDesktopConnectionData : byte[] with get, set
Public Property RemoteDesktopConnectionData As Byte()

Property Value

Type: System.Byte[]

See Also

ComputeNodeGetRemoteDesktopResponse Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top