| Visual Basic (Declaration) | |
|---|---|
Public Property PodsGuidList As List(Of String) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UpdateTemplateFile Dim value As List(Of String) instance.PodsGuidList = value value = instance.PodsGuidList | |
| C# | |
|---|---|
public List<string> PodsGuidList {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
public: __property List<string*>* get_PodsGuidList(); public: __property void set_PodsGuidList( List<string*>* value ); | |
| C++/CLI | |
|---|---|
public: property List<String^>^ PodsGuidList { List<String^>^ get(); void set ( List<String^>^ value); } | |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family