格納されるファイルのコンテンツの種類を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute> _
Public Property ContentType As String
Get
Set
'使用
Dim instance As FileAttribute
Dim value As String
value = instance.ContentType
instance.ContentType = value
[DataMemberAttribute]
public string ContentType { get; set; }
[DataMemberAttribute]
public:
property String^ ContentType {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ContentType : string with get, set
function get ContentType () : String
function set ContentType (value : String)
プロパティ値
型: System.String
コンテンツの種類を表す文字列。