MeteringAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a metering action that contains an action name and a corresponding action count.
public class MeteringAction
type MeteringAction = class
Public Class MeteringAction
- Inheritance
-
MeteringAction
Constructors
MeteringAction(String, Int64) |
Initializes a new instance of the MeteringAction class. |
Properties
Name |
Gets the name of the action. |
Value |
Gets the count of the action. |