AtomLinkMetadata.HrefLang Property
Gets or sets the language tag (for example, en-US) of the resource pointed to by the link.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property HrefLang As String
Get
Set
'Usage
Dim instance As AtomLinkMetadata
Dim value As String
value = instance.HrefLang
instance.HrefLang = value
public string HrefLang { get; set; }
public:
property String^ HrefLang {
String^ get ();
void set (String^ value);
}
member HrefLang : string with get, set
function get HrefLang () : String
function set HrefLang (value : String)
Property Value
Type: System.String
The language tag of the resource pointed to by the link.