ServiceDocument.Language Property

Definition

Gets or sets the language of the element. This property represents the xml:lang attribute on the element. It may be inherited from an ancestor element. It must be valid according to XML 1.0.

public:
 property Platform::String ^ Language { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Language();

void Language(winrt::hstring value);
public string Language { get; set; }
var string = serviceDocument.language;
serviceDocument.language = string;
Public Property Language As String

Property Value

String

Platform::String

winrt::hstring

The language of the element.

Implements

Applies to