DynamicsCustomerRecord.ClearReplaceableParametersByKeyName 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.
public:
bool ClearReplaceableParametersByKeyName(System::String ^ appName, System::Collections::Generic::List<System::String ^> ^ keys);
public bool ClearReplaceableParametersByKeyName (string appName, System.Collections.Generic.List<string> keys);
member this.ClearReplaceableParametersByKeyName : string * System.Collections.Generic.List<string> -> bool
Public Function ClearReplaceableParametersByKeyName (appName As String, keys As List(Of String)) As Boolean
Parameters
- appName
- String