Click or drag to resize

ShareInfo Properties

The ShareInfo type exposes the following members.

Properties
  NameDescription
Public propertyCurrentUses
The number of current connections to the resource.
Public propertyDirectoryInfo
The DirectoryInfo instance associated with this share.
Public propertyMaxUses
The maximum number of concurrent connections that the shared resource can accommodate.
Public propertyNetFullPath
Returns the full UNC path to the share.
Public propertyNetName
The name of a shared resource.
Public propertyPassword
The share's password (when the server is running with share-level security).
Public propertyPath
The local path for the shared resource.
Public propertyPermissions
The shared resource's permissions for servers running with share-level security.
Public propertyRemark
An optional comment about the shared resource.
Public propertyResourceType
The type of share resource.
Public propertySecurityDescriptor
Specifies the SECURITY_DESCRIPTOR associated with this share.
Public propertyServerName
A pointer to a string that specifies the DNS or NetBIOS name of the remote server on which the shared resource resides.
Public propertyShareLevel
The structure level for the ShareInfo instance.
Public propertyShareType
The type of share.
Top
See Also