| VariableReferenceComposite Property |
This API is preliminary and subject to change.
Gets a value indicating whether or not this is a composite variable reference.
Namespace: Rackspace.NetAssembly: Rackspace.Net.UriTemplate (in Rackspace.Net.UriTemplate.dll) Version: 1.0.0.0-beta003
Syntaxpublic 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