Xceed .NET Libraries Documentation
Mask Property


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > ReparsePointTagsFilter Class : Mask Property
Gets or sets a ReparsePointTags value that determines which bits of the tag value will be taken into account by the filter.
Syntax
'Declaration
 
Public Property Mask As ReparsePointTags
'Usage
 
Dim instance As ReparsePointTagsFilter
Dim value As ReparsePointTags
 
instance.Mask = value
 
value = instance.Mask
public ReparsePointTags Mask {get; set;}

Property Value

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