Share via


AtomLinkMetadata.Title Property

Gets or sets a human-readable description of the link.

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Property Title As String 
    Get 
    Set
'Usage
Dim instance As AtomLinkMetadata 
Dim value As String 

value = instance.Title

instance.Title = value
public string Title { get; set; }
public:
property String^ Title {
    String^ get ();
    void set (String^ value);
}
member Title : string with get, set
function get Title () : String 
function set Title (value : String)

Property Value

Type: System.String
A human-readable description of the link.

See Also

Reference

AtomLinkMetadata Class

Microsoft.Data.OData.Atom Namespace