Class CloudMapsQueryGetAttributesOfLayerResult
The result of get attributes of layer.
[Obfuscation(Exclude = true)]
public class CloudMapsQueryGetAttributesOfLayerResult- Inheritance
- 
      
      CloudMapsQueryGetAttributesOfLayerResult
- Inherited Members
Constructors
CloudMapsQueryGetAttributesOfLayerResult()
public CloudMapsQueryGetAttributesOfLayerResult()Properties
Attributes
The attributes of the layer.
public Collection<string> Attributes { get; set; }Property Value
Exception
The exception when getting attributes of layer.
public ThinkGeoCloudApplicationException Exception { get; set; }