Obtains a parameter based on an identifier.

Overload List

  NameDescription
Public propertyParameter[([( Guid])])
Obtains the parameter of this type with a given GUID for a shared parameter.
Public propertyParameter[([( String])])
Obtains the parameter of this type with a given name.
Public propertyParameter[([( BuiltInParameter])])
Obtains the parameter of this type with a given parameter id.
Public propertyParameter[([( Definition])])
Obtains the parameter of this type with a given definition.

See Also