Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the SystemPropertiesGetResponse class that has the specified operation result and list of system properties.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
OperationResult As OperationResult, _
SystemProperties As Collection(Of SystemPropertyValue) _
)
'Usage
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>
)
Parameter
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
- SystemProperties
Typ: System.Collections.ObjectModel.Collection<SystemPropertyValue>
The system properties to return in the response.
Siehe auch
Verweis
SystemPropertiesGetResponse Klasse