VersioningHelper Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods to aid developers in writing version-safe code. This class cannot be inherited.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class VersioningHelper abstract sealed
	public static class VersioningHelper
	type VersioningHelper = class
	Public Class VersioningHelper
		- Inheritance
 - 
				VersioningHelper
 
Remarks
This class is intended to facilitate the use of the ResourceConsumptionAttribute and ResourceExposureAttribute classes.
Methods
| MakeVersionSafeName(String, ResourceScope, ResourceScope, Type) | 
			 This API supports the product infrastructure and is not intended to be used directly from your code. Returns a version-safe name based on the specified resource name, the intended resource consumption scope, and the type using the resource.  | 
        	
| MakeVersionSafeName(String, ResourceScope, ResourceScope) | 
			 This API supports the product infrastructure and is not intended to be used directly from your code. Returns a version-safe name based on the specified resource name and the intended resource consumption source.  |