Skip to content

ServiceNow.Core

SNow.Core.ITable<T>

ITable<T>.SetHeaders(List<KeyValuePair<string,string>>) Method

csharp
SNow.Core.ITable<T> SetHeaders(System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string,string>> entries);

Parameters

entries System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<System.String,System.String>>

Returns

SNow.Core.ITable<T>

Released under the MIT License.