DataServiceBehavior.UrlConventions Property

The conventions to use when generating and parsing URLs.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Property UrlConventions As DataServiceUrlConventions 
    Get 
    Set
'Usage
Dim instance As DataServiceBehavior 
Dim value As DataServiceUrlConventions 

value = instance.UrlConventions

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

Property Value

Type: System.Data.Services.Common.DataServiceUrlConventions

See Also

Reference

DataServiceBehavior Class

System.Data.Services Namespace