[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: WspEvent (WspEvent)
Current element in the SerializationData object.
Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Current As WspKeyValuePair(Of String, Object) |
C# |
---|
public WspKeyValuePair<string, Object> Current { get; } |
C++ |
---|
public: virtual WspKeyValuePair<String^, Object^> Current { WspKeyValuePair<String^, Object^> get () sealed; } |