FolderCreateInfo.Path Property
Gets and sets the path to the folder.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string Path { get; set; }
public:
[DataMemberAttribute]
property String^ Path {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property Path As String
Property Value
Type: System.String
The path to the folder.
See Also
FolderCreateInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top