IFsrmPropertyBag2.RelativeNamespaceRoot Property
The relative path of the namespace root under which the file is being evaluated.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string RelativeNamespaceRoot { get; }
property String^ RelativeNamespaceRoot {
String^ get();
}
abstract RelativeNamespaceRoot : string with get
ReadOnly Property RelativeNamespaceRoot As String
Property Value
Type: System.String
The relative path of the namespace root under which the file is being evaluated.
Implements
IFsrmPropertyBag.RelativeNamespaceRoot
See Also
IFsrmPropertyBag2 Interface
Microsoft.Storage Namespace
Return to top