次の方法で共有


SystemPropertyValue.SystemPropertyType プロパティ

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
システム プロパティの型。

関連項目

参照

SystemPropertyValue クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間