Udostępnij za pośrednictwem


Właściwość FileAttribute.ContentType

Pobiera lub ustawia typ zawartości pliku, który jest lub będzie przechowywany.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property ContentType As String
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.String
Ciąg reprezentujący typ zawartości.