Workstation.InstalledPolicyTypes Property

Gets the array of installed policy types on this computer.

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

Syntax

'Declaration
Public ReadOnly Property InstalledPolicyTypes As PolicyType()
public PolicyType[] InstalledPolicyTypes { get; }
public:
property array<PolicyType^>^ InstalledPolicyTypes {
    array<PolicyType^>^ get ();
}
member InstalledPolicyTypes : PolicyType[] with get
function get InstalledPolicyTypes () : PolicyType[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.PolicyType[]
The array of installed policy types.

.NET Framework Security

See Also

Reference

Workstation Class

Microsoft.TeamFoundation.VersionControl.Client Namespace