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 and sets the full name of the folder tree node.
Namespace: Microsoft.WindowsServerSolutions.Storage
Assembly: StorageOM (in StorageOM.dll)
Syntax
[DataMemberAttribute]
public string FullName { get; set; }
public:
[DataMemberAttribute]
property String^ FullName {
String^ get();
void set(String^ value);
}
<DataMemberAttribute>
Public Property FullName As String
Property Value
Type: System.String
The full name of the folder tree node.
See Also
FolderTreeNodeInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top