ReplyBody.lang 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.
The lang property gets or sets the language used to create the message.
public:
property System::String ^ lang { System::String ^ get(); void set(System::String ^ value); };
public string lang { get; set; }
Public Property lang As String
Property Value
The lang property returns a string that indicates the language used to create the message.