PropertyId Class

Definition

Defines a property.

public class PropertyId
type PropertyId = class
Public Class PropertyId
Inheritance
PropertyId

Constructors

PropertyId(StorePropertyType, String, Int32)

Initializes a new instance of the PropertyId class using the property type, name, and index.

PropertyId(StorePropertyType, String, Int32, PropFlags)

Initializes a new instance of the PropertyId class using the property type, name, index, and flags.

Properties

Flags

Retrieves one or more flags that define the attributes of the property.

Name

Retrieves the name of the property.

Type

Retrieves the data type of the property.

UniqueId

Methods

Equals(Object)

Determines whether the two property objects are equal.

GetHashCode()

Retrieves a unique hash code for the object.

ToString()

Retrieves a string that represents the object.

Operators

Equality(PropertyId, PropertyId)

Determines whether the two property objects are equal.

Inequality(PropertyId, PropertyId)

Determines whether the two property objects are not equal.

Applies to