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.
Represents a file attribute.
public ref class FileAttribute : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="FileAttribute", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class FileAttribute : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<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
Constructors
FileAttribute() |
Initializes a new instance of the FileAttribute class. |
Properties
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. |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
Name |
Gets or sets the actual name of the file that is or will be stored. |