Właściwość SystemPropertyValue.SystemPropertyType
Pobiera lub ustawia typ właściwość systemu.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property SystemPropertyType As SystemPropertyType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyType
SystemPropertyType.
Zobacz także