ServiceReferenceConstraint.ReferenceName Property

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm
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

.NET Framework Security

See Also

Reference

ServiceReferenceConstraint Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace