FileAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |