PolicyList Constructor

Initializes the policy list so that it can access the policy information on the server.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    sourceControl As VersionControlServer _
)
public PolicyList(
    VersionControlServer sourceControl
)
public:
PolicyList(
    VersionControlServer^ sourceControl
)
new : 
        sourceControl:VersionControlServer -> PolicyList
public function PolicyList(
    sourceControl : VersionControlServer
)

Parameters

.NET Framework Security

See Also

Reference

PolicyList Class

Microsoft.TeamFoundation.VersionControl.Client Namespace