IPluginStorageItem(Guid, String) Property

Gets an existing value for the specified plug-in and key.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
Object this[
	Guid publicGuid,
	string key
] { get; }

Parameters

publicGuid  Guid
GUID of the plug-in the value is stored for.
key  String
Key the value is stored for, unique in scope of the plug-in.

Return Value

Object
The found value.

See Also