Class ListDataInfo
Represents information about a list item.
Inheritance
ListDataInfo
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public abstract class ListDataInfo
Properties
View SourceId
Gets or sets the ID of the list item.
Declaration
public int Id { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Name
Gets or sets the name of the list item.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |