BookmarkScope(Guid) Constructor

Definition

Creates a new instance of the BookmarkScope class with the specified GUID scope identification number.

public:
 BookmarkScope(Guid id);
public BookmarkScope (Guid id);
new System.Activities.BookmarkScope : Guid -> System.Activities.BookmarkScope
Public Sub New (id As Guid)

Parameters

id
Guid

A GUID scope identification number.

Applies to