public bool GetNamePrototype( ICollection<AnyPropertyId> pIdentifying, ICollection<AnyPropertyId> pDescribing )
public: bool GetNamePrototype( ICollection<AnyPropertyId^>^ pIdentifying, ICollection<AnyPropertyId^>^ pDescribing )
Parameters
| Parameter Name | Description |
|---|---|
| pIdentifying | List for properties which are used to indetify the device. Collection can't be read-only. |
| pDescribing | List for properties which is not used to identify the device but only has a descriptive purpose. Collection can't be read-only. |
Return Value
True, if any identifing property has been found.