MimeTypePropertyAttribute(String, String) Constructor

Definitie

Hiermee maakt u een nieuw exemplaar van de MimeTypePropertyAttribute.

public:
 MimeTypePropertyAttribute(System::String ^ dataPropertyName, System::String ^ mimeTypePropertyName);
public MimeTypePropertyAttribute(string dataPropertyName, string mimeTypePropertyName);
new System.Data.Services.Client.MimeTypePropertyAttribute : string * string -> System.Data.Services.Client.MimeTypePropertyAttribute
Public Sub New (dataPropertyName As String, mimeTypePropertyName As String)

Parameters

dataPropertyName
String

Een tekenreeks die de naam van het nieuwe eigenschapskenmerk bevat.

mimeTypePropertyName
String

Een tekenreeks die het Mime-type van het nieuwe eigenschapskenmerk bevat.

Van toepassing op