Context.FindMessageByName(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::XLANGs::BaseTypes::XLANGMessage ^ FindMessageByName(System::String ^ name);
public Microsoft.XLANGs.BaseTypes.XLANGMessage FindMessageByName (string name);
member this.FindMessageByName : string -> Microsoft.XLANGs.BaseTypes.XLANGMessage
Public Function FindMessageByName (name As String) As XLANGMessage
Parameters
- name
- String