| UriTemplateMatchTemplate Property  | 
This API is preliminary and subject to change.
 
Namespace: TunnelVisionLabs.NetAssembly: TunnelVisionLabs.Net.UriTemplate (in TunnelVisionLabs.Net.UriTemplate.dll) Version: 1.0.0-beta004
Syntaxpublic UriTemplate Template { get; }Public ReadOnly Property Template As UriTemplate
	Get
public:
property UriTemplate^ Template {
	UriTemplate^ get ();
}member Template : UriTemplate with get
Property Value
Type: 
UriTemplate
            The 
UriTemplate associated with this 
UriTemplateMatch instance.
            
Version Information.NET Framework
Supported in: 2.0
Portable Class Library
Supported in: Portable Class Library (Legacy)
URI Template Library
Supported in: 1.0
See Also