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