IFsrmClassificationRule.NamespaceRoots Property

 

Gets and sets the NamespaceRoots property.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

object[] NamespaceRoots { get; set; }
property array<Object^>^ NamespaceRoots {
    array<Object^>^ get();
    void set(array<Object^>^ value);
}
abstract NamespaceRoots : Object[] with get, set
Property NamespaceRoots As Object()

Property Value

Type: System.Object[]

Returns the NamespaceRoots property.

Implements

IFsrmRule.NamespaceRoots

See Also

IFsrmClassificationRule Interface
Microsoft.Storage Namespace

Return to top