Table of Contents

Method GetItem

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetItem(string)

Gets an StringValue from their key name. If the object was not found by their name, an empty non-null StringValue with no value is returned.

public StringValue GetItem(string name)

Parameters

name string

Returns

StringValue