Share via


ODataPathExtensions.IsStreamPropertyPath(ODataPath) Method

Definition

Gets a boolean value indicating whether the given path is a stream property path.

public static bool IsStreamPropertyPath (this Microsoft.OData.UriParser.ODataPath path);
static member IsStreamPropertyPath : Microsoft.OData.UriParser.ODataPath -> bool
<Extension()>
Public Function IsStreamPropertyPath (path As ODataPath) As Boolean

Parameters

path
ODataPath

The given odata path.

Returns

true/false

Applies to