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.