Click or drag to resize
IReadOnlyItemProperty Method (String)
Returns a reference to the property with the specified name

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
IReadOnlyProperty Property(
	string name
)

Parameters

name
Type: SystemString
Name of the property

Return Value

Type: IReadOnlyProperty
Remarks
If the property does not exist, a non-null object will be returned that has an Exists member which will return false
See Also