ApplicationViewTransferContext.ViewId Property

Definition

Gets or sets the ID of the application view.

public:
 property int ViewId { int get(); void set(int value); };
int ViewId();

void ViewId(int value);
public int ViewId { get; set; }
var int32 = applicationViewTransferContext.viewId;
applicationViewTransferContext.viewId = int32;
Public Property ViewId As Integer

Property Value

Int32

int

The ID of the application view.

Applies to