Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / ItemPair Class / target Field


In This Topic
    target Field
    In This Topic
    The eventual target or destination FileSystemItem object.
    Syntax
    'Declaration
     
    Public target As FileSystemItem
    'Usage
     
    Dim instance As ItemPair
    Dim value As FileSystemItem
     
    value = instance.target
     
    instance.target = value
    public FileSystemItem target
    Remarks

    Can be a null reference (Nothing in Visual Basic) in cases where there is no target, for example when calling the method.

    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