MimeTypePropertyAttribute(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Parameters
- dataPropertyName
- String
A string that contains the name of the new property attribute.
- mimeTypePropertyName
- String
A string that contains the Mime type of the new property attribute.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.