Partager via


SpacesPoolInfo.ThinProvisionThreshold Property

 

Gets and sets the thin provision threshold.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

[DataMemberAttribute]
public ushort ThinProvisionThreshold { get; set; }
public:
[DataMemberAttribute]
property unsigned short ThinProvisionThreshold {
    unsigned short get();
    void set(unsigned short value);
}
<DataMemberAttribute>
Public Property ThinProvisionThreshold As UShort

Property Value

Type: System.UInt16

The thin provision threshold.

See Also

SpacesPoolInfo Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top