Parameter Properties |
The Parameter type exposes the following members.
| Name | Description | |
|---|---|---|
| AnyDependencies |
is any dependency stuff configured
| |
| DefaultValue |
tag value
| |
| DefaultValueChild |
Contains the defaultValue child element if any
| |
| IsHidden |
is hidden parameter
| |
| Name |
Unique name of the parameter
| |
| RequiredImport |
Is parameter required for import
| |
| RequiredOffline |
Is parameter required for offline onboarding
| |
| RequiredOnline |
Is parameter required for online onboarding
| |
| RequiredProvisioning |
Is parameter required for provisioning
| |
| Schema |
specifies the xml schema which values are validated against
the xml schema XSD file must be placed in website\schema
| |
| Scope |
Scope of the parameter. see enum description for further info
| |
| Tag |
tag value
| |
| Title |
Title of the parameter
| |
| Type |
Parameter type
| |
| VaultLookup |
Enable vault lookup
|