次の方法で共有


IFsrmClassificationManager2.Logging Property

 

Gets and sets the Logging property.

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

Syntax

int Logging { get; set; }
property int Logging {
    int get();
    void set(int value);
}
abstract Logging : int with get, set
Property Logging As Integer

Property Value

Type: System.Int32

Returns the Logging property.

Implements

IFsrmClassificationManager.Logging

See Also

IFsrmClassificationManager2 Interface
Microsoft.Storage Namespace

Return to top