PathToExtendedFieldType.PropertyId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The PropertyId property gets or sets an extended property by its dispatch ID.
public:
property int PropertyId { int get(); void set(int value); };
public int PropertyId { get; set; }
Public Property PropertyId As Integer
Property Value
The PropertyId property returns an integer that represents a property dispatch identifier.
Remarks
A dispatch ID can be identified in either decimal or hexadecimal formats. The PropertyId property must be coupled with either the DistinguishedPropertySetId or PropertySetId property.
If the PropertyId is used, the PropertyName and PropertyTag properties cannot be used.
You must set the PropertyIdSpecified property to true so that the PropertyId property is serialized into the SOAP message.