ODataStreamPropertySegment(String) Constructor
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ODataStreamPropertySegment class.
C#
public ODataStreamPropertySegment (string streamPropertyName);
new Microsoft.OpenApi.OData.Edm.ODataStreamPropertySegment : string -> Microsoft.OpenApi.OData.Edm.ODataStreamPropertySegment
Public Sub New (streamPropertyName As String)
- streamPropertyName
- String
The name of the stream property.
Toode | Versioonid |
---|---|
Open API .NET OData | latest |