BasePaneStandardAppSettingsDump Method |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic static string AppSettingsDump(
NameValueCollection Application
)
Public Shared Function AppSettingsDump (
Application As NameValueCollection
) As String
public:
static String^ AppSettingsDump(
NameValueCollection^ Application
)
static member AppSettingsDump :
Application : NameValueCollection -> string
Parameters
- Application
- Type: System.Collections.SpecializedNameValueCollection
Return Value
Type:
String
See Also