Class Radius
Class that implements the radius XML schema.
Inherited Members
Namespace: Pidf
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class Radius
Constructors
| Edit this page View SourceRadius()
Default constructor.
Declaration
public Radius()
Fields
| Edit this page View Sourceuom
Gets or sets the uom attribute value for the radius element. The default value specifies the units of measure is meters.
Declaration
public string uom
Field Value
Type | Description |
---|---|
string |
Properties
| Edit this page View SourceValue
Gets or sets the value of the radius element.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |