ScopeFolder.Path Property
Returns a String indicating the full path of a ScopeFolder object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Path As String
Get
'Usage
Dim instance As ScopeFolder
Dim value As String
value = instance.Path
string Path { get; }
Property Value
Type: System.String