| Visual Basic (Declaration) | |
|---|---|
Public Property List As UuidList | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UuidInformationBox Dim value As UuidList instance.List = value value = instance.List | |
| C# | |
|---|---|
public UuidList List {get; set;} | |
Property Value
UUID List box. This box contains a list of UUIDs for which this UUID Information box specifies a link to more information.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code