Web API Edition | ComponentOne
C1.Web.Api.DataEngine.Models Namespace / Field Class / ShouldSerializeSubFields Method

In This Topic
    ShouldSerializeSubFields Method
    In This Topic
    Specifies whether the SubFields property should be serialized.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerializeSubFields() As Boolean
    public bool ShouldSerializeSubFields()

    Return Value

    If true, the property should be serialized. Otherwise, it should not be serialized.
    See Also