CustomProperty
PythonCode
.GetCustomPropertyByPath(String propertyPath)
Gets the specific property based on the path to the property.
Remarks
Examples
Parameters
propertyPath
Type: String
The path to the property. Property path is groupName/propertyName.
Return Value
Type:
CustomProperty
Property instnace if a property with given path exists.