| CoreApiProxyUpdateResourceProperties Method  | 
 
            Gets a resource description property overrides from database for module.
            
 
    Namespace: 
   Atomia.Billing.Core.Sdk.ServiceProxies
    Assembly:
   Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
 Syntax
Syntaxpublic void UpdateResourceProperties(
	Dictionary<string, string> propertyOverrides,
	string resourceName,
	string moduleName
)
Public Sub UpdateResourceProperties ( 
	propertyOverrides As Dictionary(Of String, String),
	resourceName As String,
	moduleName As String
)
public:
virtual void UpdateResourceProperties(
	Dictionary<String^, String^>^ propertyOverrides, 
	String^ resourceName, 
	String^ moduleName
) sealed
abstract UpdateResourceProperties : 
        propertyOverrides : Dictionary<string, string> * 
        resourceName : string * 
        moduleName : string -> unit 
override UpdateResourceProperties : 
        propertyOverrides : Dictionary<string, string> * 
        resourceName : string * 
        moduleName : string -> unit Parameters
- propertyOverrides
- Type: System.Collections.GenericDictionaryString, String
 List of property overrides.
- resourceName
- Type: SystemString
 Resource name.
- moduleName
- Type: SystemString
 Module name.
Implements
ICoreApiUpdateResourceProperties(DictionaryString, String, String, String) See Also
See Also