    

 ## On this page

  

 

 #  Class PropertyCreateInfo.PageInfo

 Last update: 16.07.2025 

Namespace: [VM.Managed](VM.Managed.md)  
Assembly: VMAppCore.dll

This class is to represent the information of page.

```csharp
public class PropertyCreateInfo.PageInfo

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [PropertyCreateInfo.PageInfo](VM.Managed.PropertyCreateInfo.PageInfo.md)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_PropertyCreateInfo_PageInfo__ctor"></a> PageInfo()

```csharp
public PageInfo()

```

## Fields

### <a id="VM_Managed_PropertyCreateInfo_PageInfo_Assembly"></a> Assembly

The assembly

```csharp
public string Assembly

```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_PropertyCreateInfo_PageInfo_Name"></a> Name

The name

```csharp
public string Name

```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_PropertyCreateInfo_PageInfo_Page"></a> Page

The page

```csharp
public string Page

```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_PropertyCreateInfo_PageInfo_XPath"></a> XPath

The x path

```csharp
public string XPath

```

#### Field Value

[string](https://learn.microsoft.com/dotnet/api/system.string)