ServiceReferenceConstraint.ReferenceName Property

The name of the mandatory service reference.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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
Returns String.

.NET Framework Security

See Also

Reference

ServiceReferenceConstraint Class

Microsoft.TeamFoundation.Framework.Server Namespace