FieldDefinition.ReferenceName Property
Gets the reference name of this field definition.
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 definition.
Remarks
The reference name of the field definition is globally unique in the TfsTeamProjectCollection.
For more information about reference names, see Field Reference Names and Portability.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.