[This is preliminary documentation and is subject to change.]
The IParameter type exposes the following members.Properties
Name | Description | |
---|---|---|
![]() | HasValue |
Indicates whether parameter has a value, even if Value==null parameter may or
may not have a value (be assigned) in some scenarious
|
![]() | IsInput |
Indicates whether parameter is purposed as an input for a target
|
![]() | Name | (Inherited from INamed.) |
![]() | Value |
Parameter Value
|
See Also