Item(Guid) Property
See Also 
SourceCode.Workflow.Management Namespace > ArchiveSets Class > Item Property : Item(Guid) Property



archiveGuid

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads ReadOnly Property Item( _
   ByVal archiveGuid As Guid _
) As ArchiveSet
Visual Basic (Usage) Copy Code
Dim instance As ArchiveSets
Dim archiveGuid As Guid
Dim value As ArchiveSet
 
value = instance.Item(archiveGuid)
C#  
public ArchiveSet Item( 
   Guid archiveGuid
) {get;}
C++/CLI  
public:
property ArchiveSet^ Item {
   ArchiveSet^ get(Guid archiveGuid);
}

Parameters

archiveGuid

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