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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.