MimeTypePropertyAttribute(String, String) Costruttore

Definizione

Crea una nuova istanza dell'oggetto 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)

Parametri

dataPropertyName
String

Stringa che contiene il nome del nuovo attributo proprietà.

mimeTypePropertyName
String

Stringa che contiene il tipo MIME del nuovo attributo proprietà.

Si applica a