CustomProp

CustomProp class

CustomProp structure.

public class CustomProp

Constructors

Name Description
CustomProp() The default constructor.

Properties

Name Description
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