次の方法で共有


DynamicsCustomerRecord.GetReplaceableParameter Method

Definition

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

Returns

Applies to