共用方式為


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 命名空間