SettingDetail Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about a setting.
public ref class SettingDetail sealed : System::Runtime::Serialization::IExtensibleDataObject
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")]
public sealed class SettingDetail : System.Runtime.Serialization.IExtensibleDataObject
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/xrm/9.0/Contracts")>]
type SettingDetail = class
interface IExtensibleDataObject
Public NotInheritable Class SettingDetail
Implements IExtensibleDataObject
- Inheritance
-
SettingDetail
- Attributes
- Implements
Constructors
SettingDetail() |
Properties
DataType |
Gets or sets the data type of the setting. |
ExtensionData | |
Name |
Gets or sets the name of the setting. |
Value |
Gets or sets the value of the setting. |