[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

ValueIn of the struct

Namespace: Microsoft.WebSolutionsPlatform.Event
Assembly: WspEvent (WspEvent)

Syntax

Visual Basic (Declaration)
Public Property ValueIn As TypeValue
C#
public TypeValue ValueIn { get; set; }
C++
public:
TypeValue ValueIn {
	TypeValue get ();
	void set (TypeValue value);
}