This documentation is archived and is not being maintained.

PolicyEnvelope::Policy Property

Gets or sets the policy that is contained in this envelope.

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

public:
property IPolicyDefinition^ Policy {
	IPolicyDefinition^ get ();
	void set (IPolicyDefinition^ value);
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::IPolicyDefinition
The policy that is contained in this envelope.

Show: