EntityProperty Class

EntityProperty Class

Contains the name, descriptive name, and data type of a property for an entity type in a data source. In addition to describing the property, the EntityProperty class is used to determine how the actual values (the EntityPropertyValue objects) are organized in a data source.


Public Class EntityProperty Inherits System.Object


[C#]

public class EntityProperty : System.Object
   Member of [Namespace]

Public Properties

Name Description
public propertyDataType

The XSD data type of the property of an entity type.

public propertyDisplayName

The descriptive name of a property.

public propertyName

The name of the property. The maximum length of this property is 50 characters.

Remarks

See Also

  EntityType.Properties Property   |   CommonServiceSoap.GetEntityTypes Method   |   FindNearbySpecification.Filter Property   |   FindServiceSoap Class   |   EntityPropertyValue.Value Property