次の方法で共有


IFsrmFileGroupImported.Members Property

 

Gets and sets the Members property.

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

Syntax

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

Property Value

Type: Microsoft.Storage.IFsrmMutableCollection

Returns the Members property.

Implements

IFsrmFileGroup.Members

See Also

IFsrmFileGroupImported Interface
Microsoft.Storage Namespace

Return to top