PropertyHelper.ReadPropertyBag(IPropertyBag, String) Method
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:
static System::Object ^ ReadPropertyBag(Microsoft::BizTalk::Component::Interop::IPropertyBag ^ propertyBag, System::String ^ propName);
public static object ReadPropertyBag (Microsoft.BizTalk.Component.Interop.IPropertyBag propertyBag, string propName);
static member ReadPropertyBag : Microsoft.BizTalk.Component.Interop.IPropertyBag * string -> obj
Public Shared Function ReadPropertyBag (propertyBag As IPropertyBag, propName As String) As Object
Parameters
- propertyBag
- IPropertyBag
- propName
- String