DfsInfoStorageInfoCollection Property |
The collection of DFS targets of the DFS root or link.
Namespace: Alphaleonis.Win32.NetworkAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public IEnumerable<DfsStorageInfo> StorageInfoCollection { get; }
Public ReadOnly Property StorageInfoCollection As IEnumerable(Of DfsStorageInfo)
Get
public:
property IEnumerable<DfsStorageInfo^>^ StorageInfoCollection {
IEnumerable<DfsStorageInfo^>^ get ();
}
member StorageInfoCollection : IEnumerable<DfsStorageInfo> with get
Property Value
Type:
IEnumerableDfsStorageInfoSee Also