MimeTypeAttribute Constructor (String^, String^)

 

Initializes a new instance of the MimeTypeAttribute class.

Namespace:   System.Data.Services
Assembly:  System.Data.Services (in System.Data.Services.dll)

public:
MimeTypeAttribute(
	String^ memberName,
	String^ mimeType
)

Parameters

memberName
Type: System::String^

The name of the attribute.

mimeType
Type: System::String^

The MIME type of the attribute.

.NET Framework
Available since 3.5
Return to top
Show: