Gets or sets the page id.
Namespace: Composite.Core.RoutingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
| C# |
|---|
public Guid PageId { get; set; } |
| Visual Basic |
|---|
Public Property PageId As Guid Get Set |
| Visual C++ |
|---|
public: property Guid PageId { Guid get (); void set (Guid value); } |