Show / Hide Table of Contents

Class Version

Represents the API-version capabilities.

Inheritance
System.Object
Version
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Version : IXmlSerializable

Properties

Maximum

Gets or sets the maximum version.

Declaration
public double ? Maximum { get; set; }
Property Value
System.Nullable<System.Double>

Minimum

Gets or sets the minimum version.

Declaration
public double ? Minimum { get; set; }
Property Value
System.Nullable<System.Double>

Back to top Built by Itinero, MIT licensed.