public ReadOnlyCollection<VmSharedFolderInfo> SharedFolders { get; }
Public ReadOnly Property SharedFolders As ReadOnlyCollection(Of VmSharedFolderInfo)
Get
Dim instance As VMWareVirtualMachine
Dim value As ReadOnlyCollection(Of VmSharedFolderInfo)
value = instance.SharedFolders
public:
property ReadOnlyCollection<VmSharedFolderInfo^>^ SharedFolders {
ReadOnlyCollection<VmSharedFolderInfo^>^ get ();
}
member SharedFolders : ReadOnlyCollection<VmSharedFolderInfo> with get
No code example is currently available or this language may not be supported.