ContentType Class

Definition

Represents a MIME protocol Content-Type header.

public ref class ContentType : Microsoft::SqlServer::Management::LocalizationManager
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ContentType : Microsoft.SqlServer.Management.LocalizationManager
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ContentType = class
    inherit LocalizationManager
Public Class ContentType
Inherits LocalizationManager
Inheritance
Attributes

Constructors

ContentType()

Initializes a new instance of the ContentType class.

Properties

Name

Gets or sets the name of the type.

Properties

Gets or sets the property of the type.

ResourceManager

Gets or sets the string value for the ResourceManager control.

(Inherited from LocalizationManager)

Applies to