FileAttribute Class
Represents a file attribute.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
System::Object
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::FileAttribute
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::FileAttribute
| Name | Description | |
|---|---|---|
![]() | FileAttribute() | Initializes a new instance of the FileAttribute class. |
| 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. |
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


