B2022-083: Support Conditional RO Values
This commit is contained in:
@@ -198,7 +198,8 @@ namespace LBWordLibrary
|
||||
}
|
||||
public String Text
|
||||
{
|
||||
get { return (GetProperty("Text").ToString()); }
|
||||
//B2022-083: Support Conditional RO Values
|
||||
get { return Convert.ToString(GetProperty("Text")); }
|
||||
set { SetProperty("Text", value); }
|
||||
}
|
||||
public LBWdSelectionType Type
|
||||
|
Reference in New Issue
Block a user