다음을 통해 공유


FileAttribute.ContentType 속성

Gets or sets the content type of the file that is or will be stored.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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
The content type of the file.

참고 항목

참조

FileAttribute 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스