Identifier.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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

A string that represents the name.

See Also

Identifier Class
Microsoft.MasterDataServices Namespace

Return to top