Class ApplicationProperty
Define application specific property
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class ApplicationProperty
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 |