LayoutFieldDefinedDefault Property  | 
 
            Returns the defined default value of the field.
            
 
    Namespace: 
   OBCOM.NetClient
    Assembly:
   OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntaxpublic string DefinedDefault { get; }Public ReadOnly Property DefinedDefault As String
	Get
Return Value
Type: 
StringThe defined default value of this field.
Remarks
            If  the  field  does  not  have  a  defined  default  value,  it returns
            null.
            
See Also