Share via


MimeTypePropertyAttribute(String, String) Constructeur

Définition

Crée une nouvelle instance 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)

Paramètres

dataPropertyName
String

Chaîne qui contient le nom du nouvel attribut de la propriété.

mimeTypePropertyName
String

Chaîne qui contient le type Mime du nouvel attribut de propriété.

S’applique à