次の方法で共有


IFsrmFileGroupImported.NonMembers Property

 

Gets and sets the NonMembers property.

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

Syntax

IFsrmMutableCollection NonMembers { get; set; }
property IFsrmMutableCollection^ NonMembers {
    IFsrmMutableCollection^ get();
    void set(IFsrmMutableCollection^ value);
}
abstract NonMembers : IFsrmMutableCollection with get, set
Property NonMembers As IFsrmMutableCollection

Property Value

Type: Microsoft.Storage.IFsrmMutableCollection

Returns the NonMembers property.

Implements

IFsrmFileGroup.NonMembers

See Also

IFsrmFileGroupImported Interface
Microsoft.Storage Namespace

Return to top