SystemPropertiesGetResponse 생성자 (OperationResult, Collection(SystemPropertyValue))
Initializes a new instance of the SystemPropertiesGetResponse class that has the specified operation result and list of system properties.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
OperationResult As OperationResult, _
SystemProperties As Collection(Of SystemPropertyValue) _
)
‘사용 방법
Dim OperationResult As OperationResult
Dim SystemProperties As Collection(Of SystemPropertyValue)
Dim instance As New SystemPropertiesGetResponse(OperationResult, _
SystemProperties)
public SystemPropertiesGetResponse(
OperationResult OperationResult,
Collection<SystemPropertyValue> SystemProperties
)
public:
SystemPropertiesGetResponse(
OperationResult^ OperationResult,
Collection<SystemPropertyValue^>^ SystemProperties
)
new :
OperationResult:OperationResult *
SystemProperties:Collection<SystemPropertyValue> -> SystemPropertiesGetResponse
public function SystemPropertiesGetResponse(
OperationResult : OperationResult,
SystemProperties : Collection<SystemPropertyValue>
)
매개 변수
- OperationResult
유형: Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.
- SystemProperties
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SystemPropertyValue> ) > ) >
The system properties to return in the response.