VariableReferenceComposite Property |
This API is preliminary and subject to change.
Gets a value indicating whether or not this is a composite variable reference.
Namespace: TunnelVisionLabs.NetAssembly: TunnelVisionLabs.Net.UriTemplate (in TunnelVisionLabs.Net.UriTemplate.dll) Version: 1.0.0-beta004
Syntax public bool Composite { get; }
Public ReadOnly Property Composite As Boolean
Get
public:
property bool Composite {
bool get ();
}
member Composite : bool with get
Property Value
Type:
Boolean if this is a composite variable reference (i.e. the explode modified
* was used in the template); otherwise,
.
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