다음을 통해 공유


DependencyConstraint.IsSingleton Property

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

Syntax

‘선언
Public Property IsSingleton As Boolean
    Get
    Set
public bool IsSingleton { get; set; }
public:
property bool IsSingleton {
    bool get ();
    void set (bool value);
}
member IsSingleton : bool with get, set
function get IsSingleton () : boolean
function set IsSingleton (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

DependencyConstraint Class

Microsoft.TeamFoundation.Framework.Server Namespace