When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
Syntax
Visual Basic (Declaration) | |
---|
Public Overrides NotOverridable ReadOnly Property CanTransformMultipleBlocks As Boolean
|
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Murmur3
Dim value As Boolean
value = instance.CanTransformMultipleBlocks
|
C# | |
---|
public override bool CanTransformMultipleBlocks {get;}
|
C++/CLI | |
---|
public:
property bool CanTransformMultipleBlocks {
bool get() override;
}
|
Property Value
true if multiple blocks can be transformed; otherwise, false.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also