Share via


DetailLevel.SelectClause Property

 

Optional. Gets or sets an OData $select clause.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public string SelectClause { get; set; }
public:
property String^ SelectClause {
    String^ get();
    void set(String^ value);
}
member SelectClause : string with get, set
Public Property SelectClause As String

Property Value

Type: System.String

See Also

DetailLevel Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top