DfsInfo Class |
This structure contains the name, status, GUID, time-out, number of targets, and information about each target of the root or link.
Namespace: Alphaleonis.Win32.Network
The DfsInfo type exposes the following members.
Name | Description | |
---|---|---|
DfsInfo | Initializes a new instance of the DfsInfo class which acts as a wrapper for a DFS root or link target. |
Name | Description | |
---|---|---|
Comment | The comment of the DFS root or link. | |
DirectoryInfo | The DirectoryInfo instance of the DFS root or link. | |
EntryPath | The Universal Naming Convention (UNC) path of the DFS root or link. | |
Guid | Specifies the GUID of the DFS root or link. | |
MetadataSize | For domain-based DFS namespaces, this member specifies the size of the corresponding Active Directory data blob, in bytes.
For stand-alone DFS namespaces, this field specifies the size of the metadata stored in the registry,
including the key names and value names, in addition to the specific data items associated with them. This field is valid for DFS roots only.
| |
PropertyFlags | Specifies a set of flags that describe specific properties of a DFS namespace, root, or link. | |
SecurityDescriptor | Pointer to a SECURITY_DESCRIPTOR structure that specifies a self-relative security descriptor to be associated with the DFS link's reparse point.
This field is valid for DFS links only.
| |
State | An DfsVolumeStates enum that specifies a set of bit flags that describe the DFS root or link. | |
StorageInfoCollection | The collection of DFS targets of the DFS root or link. | |
Timeout | Specifies the time-out, in seconds, of the DFS root or link. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the Universal Naming Convention (UNC) path of the DFS root or link. (Overrides ObjectToString.) |