BTXProperties.PropertyValue(PropertyBase, Object, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
PropertyValue(Microsoft::XLANGs::BaseTypes::PropertyBase ^ desc, System::Object ^ val, bool promoteMe);
public PropertyValue (Microsoft.XLANGs.BaseTypes.PropertyBase desc, object val, bool promoteMe);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXProperties.PropertyValue : Microsoft.XLANGs.BaseTypes.PropertyBase * obj * bool -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXProperties.PropertyValue
Public Sub New (desc As PropertyBase, val As Object, promoteMe As Boolean)
Parameters
- desc
- PropertyBase
- val
- Object
- promoteMe
- Boolean