[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: WspEvent (WspEvent)
Defines the property types supported by the base event class.
Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration PropertyType |
C# |
---|
public enum PropertyType |
C++ |
---|
public enum class PropertyType |
Members
Member | Description |
---|---|
None |
This property type will be ignored.
|
Boolean |
Boolean type
|
Byte |
byte type
|
ByteArray |
byte[] type
|
Char |
char type
|
CharArray |
char[] type
|
Decimal |
Decimal type
|
Double |
Double type
|
Int16 |
Int16 type
|
Int32 |
Int32 type
|
Int64 |
Int64 type
|
SByte |
SByte type
|
Single |
Single type
|
String |
String type
|
UInt16 |
UInt16 type
|
UInt32 |
UInt32 type
|
UInt64 |
UInt64 type
|
Version |
Version type
|
DateTime |
DateTime type
|
Guid |
Guid type
|
Uri |
Uri type
|
IPAddress |
IPAddress type
|