public PropertyValue LOCATION_NAMEPART( int index ) {get; set;}
public: property PropertyValue^ LOCATION_NAMEPART { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue LOCATION_NAMEPART( int index ) {get; set;}
public: property PropertyValue^ LOCATION_NAMEPART { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
This property is read-only. Property is indexed. Possible indexes are from 1 to 10.
Outputs the xth name component of a structure identifier using the index.
Example: For a structure identifier in the form of "=A.B.C.D" the index 3 returns the value "C".