Compartilhar via


Propriedade do RDL SystemPropertyType

Gets or sets the system property type.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<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)