IParameter MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IParameter type exposes the following members.
Properties

  NameDescription
Public propertyHasValue
Indicates whether parameter has a value, even if Value==null parameter may or may not have a value (be assigned) in some scenarious
Public propertyIsInput
Indicates whether parameter is purposed as an input for a target
Public propertyName (Inherited from INamed.)
Public propertyValue
Parameter Value
Back to Top
See Also