MessageObject.GetIdForNamedProperty

MessageObject.GetIdForNamedProperty method

Gets the id to be used for named property, named properties are special properties and should have their ids in range [0x8000,0xfffe] aligned starting from 0x8000 sequentally. Use this method to find the available id cause it could be hard to calculate it yourself.

public int GetIdForNamedProperty()

Return Value

Available id for the named property.

See Also