Xceed .NET Libraries Documentation
ExpectedResult Property


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > ReparsePointTagsFilter Class : ExpectedResult Property
Gets or sets a ReparsePointTags value that defines the target value of the result of the bitwise-and operation between the tag value of an item and the the Mask Property.
Syntax
'Declaration
 
Public Property ExpectedResult As ReparsePointTags
'Usage
 
Dim instance As ReparsePointTagsFilter
Dim value As ReparsePointTags
 
instance.ExpectedResult = value
 
value = instance.ExpectedResult
public ReparsePointTags ExpectedResult {get; set;}

Property Value

ReparsePointTags value. The DefaultExpectedResult Field defines the default value (ReparsePointTags.None).
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

Reference

ReparsePointTagsFilter Class
ReparsePointTagsFilter Members