FileAttribute.Name Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public string Name { get; set; }
public:
[DataMemberAttribute]
property String^ Name {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute>]
member Name : string with get, set
<DataMemberAttribute>
Public Property Name As String

Property Value

Type: System.String

The actual name of the file.

See Also

FileAttribute Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top