다음을 통해 공유


ODataPathExtensions.IsStreamPropertyPath(ODataPath) 메서드

정의

지정된 경로가 스트림 속성 경로인지 여부를 나타내는 부울 값을 가져옵니다.

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

매개 변수

path
ODataPath

지정된 odata 경로입니다.

반환

true/false

적용 대상