IBaseMessagePart.PartProperties Property
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:
property Microsoft::BizTalk::Message::Interop::IBasePropertyBag ^ PartProperties { Microsoft::BizTalk::Message::Interop::IBasePropertyBag ^ get(); void set(Microsoft::BizTalk::Message::Interop::IBasePropertyBag ^ value); };
public Microsoft.BizTalk.Message.Interop.IBasePropertyBag PartProperties { get; set; }
member this.PartProperties : Microsoft.BizTalk.Message.Interop.IBasePropertyBag with get, set
Public Property PartProperties As IBasePropertyBag