ResourceObjectHrefVars Property |
This API is preliminary and subject to change.
Gets the template variables used to fill the template returned by
HrefTemplate.
Namespace: net.openstack.Core.DomainAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax public IDictionary<string, Uri> HrefVars { get; }
Public ReadOnly Property HrefVars As IDictionary(Of String, Uri)
Get
public:
property IDictionary<String^, Uri^>^ HrefVars {
IDictionary<String^, Uri^>^ get ();
}
member HrefVars : IDictionary<string, Uri> with get
Property Value
Type:
IDictionaryString,
Uri
The template variable mapping, or
if this is a direct link.
Remarks
This is a mapping between variable names available to the template and
absolute URIs that are used as global identifiers for the semantics and
syntax of those variables.
Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also