ServiceSetting [SPFSDK][VMMREF]
Applies To: Windows Azure Pack
The ServiceSetting type represents a setting of a service that has been deployed.
For more information, see Complex Types
Name | Type | Nullable | Description |
|---|---|---|---|
Description | Edm.String | True | A friendly description for this object. |
GlobalSettingType | Edm.String | True | The type of setting the value represents. Possible values are
|
HasEncryptedValue | Edm.Boolean | True | Indicates that the value is encrypted. |
IsSecure | Edm.Boolean | True | Indicates that the value should be handled in a secure manor. |
Mandatory | Edm.Boolean | True | Indicates if a value for this setting must be provided. |
Name | Edm.String | True | The name of the setting. |
Value | Edm.String | True | The value of the setting. |
Here is a list of entities that use this complex type.
Here is a list of examples that use this complex type.