D
Dan
hi ng,
is it possible in dotnet to restrict a value for a variable.
i remember that there is something like that in delphi.
my problem:
i have a bussiness object that has a string variable which can only be
set to some well defined values.
Like:
string color="red" (or "white" or "black")
and the webservice should define the strings red, white, black.
thanks for your help,
dan
is it possible in dotnet to restrict a value for a variable.
i remember that there is something like that in delphi.
my problem:
i have a bussiness object that has a string variable which can only be
set to some well defined values.
Like:
string color="red" (or "white" or "black")
and the webservice should define the strings red, white, black.
thanks for your help,
dan