Interface IStore
Represents a Configured IActivateLicenses Product ILicense Store.
Namespace: Sp.Agent.Storage
Assembly: Sp.Agent.dll
Properties
Metadata
A dictionary of custom meta data values for a given configured store
Declaration
IDictionary<string, string> Metadata { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |
Name
The unique name associated with the store type that has been Configured.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Examples
"Crm.Organization"