IAttributeGetProperty(ICMPObject, String) Method

Gets a given Property or NULL, if property does not exist

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IEDA_PRP GetProperty(
	ICMPObject Parent,
	string property
)

Parameters

Parent  ICMPObject
The relevant parent object.
property  String
Case sensitive property name

Return Value

IEDA_PRP
Property Object

See Also