Parameter Property


Obtains a parameter based on an identifier.

OverloadĀ List

Name Description
Public property Parameter Guid
Obtains the parameter of this type with a given GUID for a shared parameter.
Public property Parameter String
Obtains the parameter of this type with a given name.
Public property Parameter BuiltInParameter
Obtains the parameter of this type with a given parameter id.
Public property Parameter Definition
Obtains the parameter of this type with a given definition.

See Also