Class ChangeStringValueModel
Used to identify a data object.
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class ChangeStringValueModel : RequestModel
Properties
| Edit this page View SourceId
The unique object id for the data object.
Declaration
public long Id { get; set; }
Property Value
Type | Description |
---|---|
long |
StringValue
A string value (text) to store. Max 10000 characters.
Declaration
public string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |