Share via


FileAttribute.ContentType 속성

정의

저장된 파일 또는 저장할 파일의 내용 유형을 가져오거나 설정합니다.

public:
 property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string ContentType { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.ContentType : string with get, set
Public Property ContentType As String

속성 값

내용 유형을 나타내는 문자열입니다.

특성

적용 대상