Table of Contents

Constructor UpdateItemOutcome

Namespace
Kepware.Api.ClientHandler
Assembly
Kepware.Api.dll

UpdateItemOutcome(bool, int?, string?, IReadOnlyList<string>?)

public UpdateItemOutcome(bool IsSuccess, int? ResponseCode = null, string? ResponseMessage = null, IReadOnlyList<string>? NotAppliedProperties = null)

Parameters

IsSuccess bool
ResponseCode int?
ResponseMessage string
NotAppliedProperties IReadOnlyList<string>