Show / Hide Table of Contents

    Class ApplicationProperty

    Define application specific property

    Inheritance
    System.Object
    ApplicationProperty
    DocumentApplicationProperty
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class ApplicationProperty : object

    Constructors

    ApplicationProperty()

    Declaration
    public ApplicationProperty()

    ApplicationProperty(String, String)

    Declaration
    public ApplicationProperty(string name, string value)
    Parameters
    Type Name Description
    System.String name
    System.String value

    Properties

    Name

    Name of the property.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Value of the property

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top