Share via


NamedStreamAttribute(String) Constructor

Definition

Creates a new instance of the NamedStreamAttribute class.

public NamedStreamAttribute (string name);
new Microsoft.OData.Client.NamedStreamAttribute : string -> Microsoft.OData.Client.NamedStreamAttribute
Public Sub New (name As String)

Parameters

name
String

The name of a binary stream that belongs to the attributed entity.

Applies to