MimeTypePropertyAttribute(String, String) Construtor
Definição
Cria uma nova instância do MimeTypePropertyAttribute.Creates a new instance of the 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)
Parâmetros
- dataPropertyName
- String
Uma cadeia de caracteres que contém o nome do novo atributo de propriedade.A string that contains the name of the new property attribute.
- mimeTypePropertyName
- String
Uma cadeia de caracteres que contém o tipo Mime do novo atributo de propriedade.A string that contains the Mime type of the new property attribute.