This documentation is archived and is not being maintained.

PolicyEnvelope::Type Property

Gets the policy type of the policy that is stored in this envelope.

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

public:
property String^ Type {
	String^ get ();
}

Property Value

Type: System::String
The policy type of the policy that is stored in this envelope.

This is a cached copy of the policy type. It can be used to get the policy type in the event that the policy itself fails to load.

Show: