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 value of the Slug header of the request message.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Property Slug As String
Get
Set
'Usage
Dim instance As DataServiceRequestArgs
Dim value As String
value = instance.Slug
instance.Slug = value
public string Slug { get; set; }
public:
property String^ Slug {
String^ get ();
void set (String^ value);
}
member Slug : string with get, set
function get Slug () : String
function set Slug (value : String)
Property Value
Type: System.String
A value that is the Slug header of the request.
Remarks
No validation is performed on the value of the Slug property. Therefore, make sure that the supplied value is a valid value for an HTTP Slug header.