Share via


Folder.FullSharePath Property

 

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