Share via


AtomLinkMetadata.Relation Property

Gets or sets the link's relation type.

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

Syntax

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

value = instance.Relation

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

Property Value

Type: System.String
The link’s relation type.

See Also

Reference

AtomLinkMetadata Class

Microsoft.Data.OData.Atom Namespace