Table of Contents

Method Boolean

Namespace
LMKit.Inspection
Assembly
LM-Kit.NET.dll

Boolean(string, string, bool)

Convenience factory for a boolean property.

public static MetadataProperty Boolean(string group, string key, bool value)

Parameters

group string
key string
value bool

Returns

MetadataProperty
Share