PublicResourcesPropertyNull Method
Looks up a localized string similar to Property '{0}' must not be null.
Namespace: KGySoftAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static string PropertyNull(
string propertyName
)
Public Shared Function PropertyNull (
propertyName As String
) As String
public:
static String^ PropertyNull(
String^ propertyName
)
static member PropertyNull :
propertyName : string -> string
- propertyName String
- The name of the property.
StringA localized string similar to
Property '{0}' must not be null.