This documentation is archived and is not being maintained.

ServiceDefinition::LocationMappings Property

The LocationMappings that define the location to AccessMapping relationships for FullyQualified ServiceDefinitions. For any ServiceDefinition that is relative, this will always be empty.

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

public:
property IEnumerable<LocationMapping^>^ LocationMappings {
	IEnumerable<LocationMapping^>^ get ();
	internal: void set (IEnumerable<LocationMapping^>^ value);
}

Show: