In This Topic
Specifies the value to write to represent an empty or missing value.
Syntax
'Declaration
Public Property EmptyValue As String
public string EmptyValue {get; set;}
public:
property String^ EmptyValue {
String^ get();
void set ( String^ value);
}
See Also