Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.