getSystemProperty
Get the value of a system property
Format
udclient [global-args...] [global-flags...]
getSystemProperty [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
name | string | true | Name of the property |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getSystemProperty
-name property1
Example response
value001
Related REST command: Get the value of a system property.