ModelNames.CreatePropertyModelName(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a property model name with a prefix.
public:
static System::String ^ CreatePropertyModelName(System::String ^ prefix, System::String ^ propertyName);
public static string CreatePropertyModelName (string prefix, string propertyName);
public static string CreatePropertyModelName (string? prefix, string? propertyName);
static member CreatePropertyModelName : string * string -> string
Public Shared Function CreatePropertyModelName (prefix As String, propertyName As String) As String
Parameters
- prefix
- String
The prefix to use.
- propertyName
- String
The property name.
Returns
The property model name.