FileAttribute Class
Speficies the file attribute.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::FileAttribute
| Name | Description | |
|---|---|---|
![]() | FileAttribute() | Default Constructor |
| Name | Description | |
|---|---|---|
![]() | Content | Gets or sets the binary contents of the file. |
![]() | ContentType | Gets or sets the content type of the file that is or will be stored. |
![]() | Name | Gets or sets the actual name of the file that is or will be stored. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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.) |
![]() | ToString() | (Inherited from Object.) |
The FileAttribute speficies the file attribute.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


