| CoreApiProxyGetResourceDescriptionPropertyOverrides 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 ResourcePropertyOverride[] GetResourceDescriptionPropertyOverrides(
	out int total,
	string moduleName,
	int displayLength,
	int displayStart
)
Public Function GetResourceDescriptionPropertyOverrides ( 
	<OutAttribute> ByRef total As Integer,
	moduleName As String,
	displayLength As Integer,
	displayStart As Integer
) As ResourcePropertyOverride()
public:
virtual array<ResourcePropertyOverride^>^ GetResourceDescriptionPropertyOverrides(
	[OutAttribute] int% total, 
	String^ moduleName, 
	int displayLength, 
	int displayStart
) sealed
abstract GetResourceDescriptionPropertyOverrides : 
        total : int byref * 
        moduleName : string * 
        displayLength : int * 
        displayStart : int -> ResourcePropertyOverride[] 
override GetResourceDescriptionPropertyOverrides : 
        total : int byref * 
        moduleName : string * 
        displayLength : int * 
        displayStart : int -> ResourcePropertyOverride[] Parameters
- total
- Type: SystemInt32
 Total number of results.
- moduleName
- Type: SystemString
 Module name.
- displayLength
- Type: SystemInt32
 Number of records.
- displayStart
- Type: SystemInt32
 Index of the first record.
Return Value
Type: 
ResourcePropertyOverride[Missing <returns> documentation for "M:Atomia.Billing.Core.Sdk.ServiceProxies.CoreApiProxy.GetResourceDescriptionPropertyOverrides(System.Int32@,System.String,System.Int32,System.Int32)"]
Implements
ICoreApiGetResourceDescriptionPropertyOverrides(Int32, String, Int32, Int32) See Also
See Also