ContentTypeAttribute.ContentTypes Property

The content type name.

Namespace:  Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)

Syntax

'宣言
Public ReadOnly Property ContentTypes As String
public string ContentTypes { get; }
public:
property String^ ContentTypes {
    String^ get ();
}
member ContentTypes : string
function get ContentTypes () : String

Property Value

Type: System.String
The name of the content type.

.NET Framework Security

See Also

Reference

ContentTypeAttribute Class

Microsoft.VisualStudio.Utilities Namespace