Selerix Developer Tools
DefaultValue Property (CustomFieldInfo)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CustomFieldInfo Class : DefaultValue Property
Gets or sets the Default Value.
Syntax
'Declaration
 
Public Property DefaultValue As String
'Usage
 
Dim instance As CustomFieldInfo
Dim value As String
 
instance.DefaultValue = value
 
value = instance.DefaultValue
public string DefaultValue {get; set;}
public read-write property DefaultValue: String; 
public function get,set DefaultValue : String
public: __property string* get_DefaultValue();
public: __property void set_DefaultValue( 
   string* value
);
public:
property String^ DefaultValue {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

CustomFieldInfo Class
CustomFieldInfo Members