Partager via


Propriété SystemPropertyValue.SystemPropertyType

Gets or sets the SystemPropertyType.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SystemPropertyType As SystemPropertyType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

SystemPropertyValue Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts