Class CustomProp

CustomProp class

CustomProp structure.

public class CustomProp

Constructors

NameDescription
CustomProp()The default constructor.

Properties

NameDescription
CustomValue { get; set; }Value of property.
Name { get; set; }The name of the custom property.
PropType { get; set; }The data type of the custom property.

See Also