NamedStreamAttribute Constructor
Creates a new instance of the NamedStreamAttribute class.
Namespace: System.Data.Services.Common
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New NamedStreamAttribute(name)
public NamedStreamAttribute(
string name
)
public:
NamedStreamAttribute(
String^ name
)
new :
name:string -> NamedStreamAttribute
public function NamedStreamAttribute(
name : String
)
Parameters
- name
Type: System.String
The name of a binary stream that belongs to the attributed entity.