Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the full path to the share ___location of the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
public string FullSharePath { get; }
public:
property String^ FullSharePath {
String^ get();
}
Public ReadOnly Property FullSharePath As String
Property Value
Type: System.String
A String object that contains the full path to the share ___location.
See Also
Folder Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top