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