Visual Basic (Declaration) | |
---|---|
Public Overloads ReadOnly Property Item( _ ByVal archiveGuid As Guid _ ) As ArchiveSet |
Visual Basic (Usage) | ![]() |
---|---|
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
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