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 );
'Declaration
Public Property DefaultValue As String
'Usage
Dim instance As CustomFieldInfo Dim value As String instance.DefaultValue = value value = instance.DefaultValue