Compartir a través de


SystemSetting.SettingType Propiedad

Gets or sets the setting type.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property SettingType As AttributeType
    Get
    Set
'Uso
Dim instance As SystemSetting
Dim value As AttributeType

value = instance.SettingType

instance.SettingType = value
[DataMemberAttribute]
public AttributeType SettingType { get; set; }
[DataMemberAttribute]
public:
property AttributeType SettingType {
    AttributeType get ();
    void set (AttributeType value);
}
[<DataMemberAttribute>]
member SettingType : AttributeType with get, set
function get SettingType () : AttributeType
function set SettingType (value : AttributeType)

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.AttributeType
One of the values of AttributeType. Possible values are Domain, File, FreeForm, System, or NotSpecified.

Comentarios

Use the SettingType property to validate the SettingValue.

Vea también

Referencia

SystemSetting Clase

Espacio de nombres Microsoft.MasterDataServices