Share via


ServiceReferenceConstraint.ReferenceName Property

The name of the mandatory service reference.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Property ReferenceName As String
public string ReferenceName { get; set; }
public:
property String^ ReferenceName {
    String^ get ();
    void set (String^ value);
}
member ReferenceName : string with get, set
function get ReferenceName () : String 
function set ReferenceName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ServiceReferenceConstraint Class

Microsoft.TeamFoundation.Server.Core Namespace