FileAttribute Class

Definition

Speficies the file attribute.

public ref class FileAttribute : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="FileAttribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FileAttribute : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="FileAttribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type FileAttribute = class
    inherit DataContractBase
Public Class FileAttribute
Inherits DataContractBase
Inheritance
FileAttribute
Attributes

Remarks

The FileAttribute speficies the file attribute.

Constructors

FileAttribute()

Default Constructor

Properties

Content

Specifies the binary contents of the file

ContentType

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

Name

Specifies the actual name of the file that is or will be stored.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to