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

Always false

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

Syntax

Visual Basic (Declaration)
Public Overrides ReadOnly Property CanSeek As Boolean
C#
public override bool CanSeek { get; }
C++
public:
virtual bool CanSeek {
	bool get () override;
}