Compartir a través de


SystemPropertyValue.SystemPropertyType Propiedad

Gets or sets the SystemPropertyType.

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

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property SystemPropertyType As SystemPropertyType 
    Get 
    Set
'Uso
Dim instance As SystemPropertyValue 
Dim value As SystemPropertyType 

value = instance.SystemPropertyType

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

Valor de la propiedad

Tipo: Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyType
The system property type.

Vea también

Referencia

SystemPropertyValue Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts