Share via


Field.ReferenceName Property

Gets the reference name of this field.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'宣言
Public ReadOnly Property ReferenceName As String
    Get
public string ReferenceName { get; }
public:
property String^ ReferenceName {
    String^ get ();
}
member ReferenceName : string
function get ReferenceName () : String

Property Value

Type: System.String
The reference name of this field.

Remarks

The reference name of the field is globally unique.

.NET Framework Security

See Also

Reference

Field Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace

Other Resources

Field Reference Names and Portability