SystemPropertyValue.SystemPropertyType 属性

Gets or sets the SystemPropertyType.

命名空间:  Microsoft.MasterDataServices.Services.DataContracts
程序集:  Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property SystemPropertyType As SystemPropertyType 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.MasterDataServices.Services.DataContracts.SystemPropertyType
The system property type.

请参阅

参考

SystemPropertyValue 类

Microsoft.MasterDataServices.Services.DataContracts 命名空间