Entry 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.
Contains the definition of Entry class. This can be used to store a value and its type.
public ref class Entry
[System.Serializable]
public class Entry
[<System.Serializable>]
type Entry = class
Public Class Entry
- Inheritance
-
Entry
- Attributes
Constructors
Entry() |
Constructor for Entry class. |
Entry(String, Boolean) |
Constructor for Entry class. |
Entry(String) |
Constructor for Entry class. |
Entry(Type, String) |
Constructor for Entry class. |
Properties
EntryType |
Type should be the expected type of ValueString or ActionLogFormats/ActionNames enumerations in which case the string corresponding to those enumerations will be taken. |
TypeName | |
ValueString |
Methods
ToString() |