DynamicsCustomerRecord.GetReplaceableParameter 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.
Overloads
GetReplaceableParameter(String, String) | |
GetReplaceableParameter(String, String, String, String) |
GetReplaceableParameter(String, String)
public:
System::String ^ GetReplaceableParameter(System::String ^ appname, System::String ^ variable);
public string GetReplaceableParameter (string appname, string variable);
member this.GetReplaceableParameter : string * string -> string
Public Function GetReplaceableParameter (appname As String, variable As String) As String
Parameters
- appname
- String
- variable
- String
Returns
Applies to
GetReplaceableParameter(String, String, String, String)
public string GetReplaceableParameter (string appname, string variable, string property, string subproperty = "");
member this.GetReplaceableParameter : string * string * string * string -> string
Public Function GetReplaceableParameter (appname As String, variable As String, property As String, Optional subproperty As String = "") As String
Parameters
- appname
- String
- variable
- String
- property
- String
- subproperty
- String