IBaseMessage.GetPart(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:
Microsoft::BizTalk::Message::Interop::IBaseMessagePart ^ GetPart(System::String ^ partName);
public Microsoft.BizTalk.Message.Interop.IBaseMessagePart GetPart (string partName);
abstract member GetPart : string -> Microsoft.BizTalk.Message.Interop.IBaseMessagePart
Public Function GetPart (partName As String) As IBaseMessagePart
Parameters
- partName
- String