Previous in Contents Next in Contents

PropPid Property

This property specifies the property ID and, with the PropGuid property, uniquely identifies this column for indexing and searching.

Syntax

IColumn.PropPid

Remarks

The PropPid property must be a text string specifying the property ID value. The string may be either a string representation of a decimal number, or a string. If PropPid is a string, it must have at least one character with a maximum of 128 characters.

The first character of the text string value determines whether Search interprets the value as a numeric or string value. If the first character is an digit (e.g., 0-9), then all the remaining characters must also be digits. If PropPid is an integer, it must be in the range of 2 to 4296967295, inclusively.

The combination of the PropGuid and PropPid properties must be unique in the Search schema (the comparison is not case-sensitive). Search does not check that the pair of values is unique until you call the ISearchSchema.Save method.

Example

See Creating_and_Accessing IColumn Interface Objects.

See Also

PropGuid


© 1997-2000 Microsoft Corporation. All rights reserved.