IValidationContextNewOrExisting Method |
Gets a property from the
Item item (if it exists). Otherwise, the property
from
Existing is returned
Namespace: Innovator.ServerAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
SyntaxIReadOnlyProperty NewOrExisting(
string name
)
Function NewOrExisting (
name As String
) As IReadOnlyProperty
Parameters
- name
- Type: SystemString
Return Value
Type:
IReadOnlyProperty
See Also