Class ApplicationProperty
Define application specific property
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 |