Initializes a new instance of the CustomProperty class
Namespace:
RainWorx.FrameWorx.DTOAssembly: RainWorx.FrameWorx.DTO (in RainWorx.FrameWorx.DTO.dll) Version: 3.5
Syntax
C#
public CustomProperty( CustomField field, string value )
Parameters
- field
- Type: RainWorx.FrameWorx.DTOCustomField
- value
- Type: SystemString
See Also