This commit is contained in:
@@ -4670,6 +4670,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UnderlineRo, "@UnderlineRo");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _CapFirstLetterInHighRO;
|
||||
public bool CapFirstLetterInHighRO
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _CapFirstLetterInHighRO, "@CapFirstLetterInHighRO");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user