Compartir a través de


MimeType Property

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow.Languages
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicPropertyMimeTypeAsStringGetSet
'Usage
DiminstanceAsMImageResourceDimvalueAsStringvalue = instance.MimeType

instance.MimeType = value
publicstringMimeType { get; set; }
public:
propertyString^ MimeType {
    String^ get ();
    voidset (String^ value);
}
function getMimeType () : Stringfunction setMimeType (value : String)

Property Value

Type: System. . :: . .String

.NET Framework Security

See Also

Reference

MImageResource Class

MImageResource Members

System.Dataflow.Languages Namespace