IADsFileShare Property: Description

Property Name
Description

Property Type
String

Description
Gets and sets the description of the file share. This is the comment associated with a file share.

Example:

Dim FileShare As IADsFileShare
'Get the FileShare interface for the file share "ShareName". The DomainName can be skipped if the computer does not belong to a particular domain
Set FileShare = GetObject ("NTDS://DomainName/ComputerName/file_services/ShareName")
'Print the current description for the file share "ShareName"
Debug.Print FileShare.Description
'Change the description for the file share "ShareName"
FileShare.Description = "Test Comment"
'Save the change
FileShare.SetInfo

 

See Also

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.