UserPreferencesGetResponse 생성자 (OperationResult, Dictionary<String, String>)
Initializes a new instance of the UserPreferencesGetResponse class that has the specified operation result and user preferences to get.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
OperationResult As OperationResult, _
UserPreferences As Dictionary(Of String, String) _
)
‘사용 방법
Dim OperationResult As OperationResult
Dim UserPreferences As Dictionary(Of String, String)
Dim instance As New UserPreferencesGetResponse(OperationResult, _
UserPreferences)
public UserPreferencesGetResponse(
OperationResult OperationResult,
Dictionary<string, string> UserPreferences
)
public:
UserPreferencesGetResponse(
OperationResult^ OperationResult,
Dictionary<String^, String^>^ UserPreferences
)
new :
OperationResult:OperationResult *
UserPreferences:Dictionary<string, string> -> UserPreferencesGetResponse
public function UserPreferencesGetResponse(
OperationResult : OperationResult,
UserPreferences : Dictionary<String, String>
)
매개 변수
- OperationResult
유형: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
- UserPreferences
유형: System.Collections.Generic.Dictionary<String, String>
The user preferences to get.
참고 항목
참조
UserPreferencesGetResponse 클래스