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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.