Search Results for

    Show / Hide Table of Contents

    Class ChangeStringValueModel

    Used to identify a data object.

    Inheritance
    object
    RequestModel
    ChangeStringValueModel
    Inherited Members
    RequestModel.LicenseServerUrl
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SKM.V3.Models
    Assembly: Cryptolens.Licensing.CrossPlatform.dll
    Syntax
    public class ChangeStringValueModel : RequestModel

    Properties

    | Edit this page View Source

    Id

    The unique object id for the data object.

    Declaration
    public long Id { get; set; }
    Property Value
    Type Description
    long
    | Edit this page View Source

    StringValue

    A string value (text) to store. Max 10000 characters.

    Declaration
    public string StringValue { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © Cryptolens AB