IReadOnlyItemProperty Method (String) |
Returns a reference to the property with the specified name
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax IReadOnlyProperty Property(
string name
)
Function Property (
name As String
) As IReadOnlyProperty
Parameters
- name
- Type: SystemString
Name of the property
Return Value
Type:
IReadOnlyPropertyRemarks If the property does not exist, a non-null object will be returned that has an Exists member which will return false
See Also