PublicResourcesPropertyMustBeGreaterThanOrEqualToProperty Method
Looks up a localized string similar to Property '{0}' must be greater than or equal to property '{1}'.
Namespace: KGySoftAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static string PropertyMustBeGreaterThanOrEqualToProperty(
string propertyGreater,
string propertyLess
)
Public Shared Function PropertyMustBeGreaterThanOrEqualToProperty (
propertyGreater As String,
propertyLess As String
) As String
public:
static String^ PropertyMustBeGreaterThanOrEqualToProperty(
String^ propertyGreater,
String^ propertyLess
)
static member PropertyMustBeGreaterThanOrEqualToProperty :
propertyGreater : string *
propertyLess : string -> string
- propertyGreater String
- The name of the property to be expected to have the greater value.
- propertyLess String
- The name of the property to be expected to have the less value.
StringA localized string similar to
Property '{0}' must be greater than or equal to property '{1}'.