smsclictr.automation library
DDR Property Flags

Namespace:  smsclictr.automation
Assembly:  smsclictr.automation(in smsclictr.automation.dll) Version: 1.1.3731.16627 (1.1.2.4)

Syntax

C#
[
FlagsAttribute]
public 
enum 
DDRPropertyFlagsEnum

Members

Member name Description
ADDPROP_AGENT
Reserved.
ADDPROP_ARRAY
Value is an Array value
ADDPROP_GROUPING
Reserved.
ADDPROP_GUID
Defines this property as being a GUID.
ADDPROP_KEY
Defines this property as being a Key value that must be unique.
ADDPROP_NAME
Specifies this property as the actual Name property in the resource.
ADDPROP_NAME2
Specifies this property as the actual Comment property in the resource.
ADDPROP_REPLACE
replace existing values
ADDPROP_NONE
No special properties.

See Also