IFsrmQuotaManager.GetQuota Method (String)
Retrieves the quota for the specified directory.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmQuota GetQuota(
string Path
)
IFsrmQuota^ GetQuota(
String^ Path
)
abstract GetQuota :
Path:string -> IFsrmQuota
Function GetQuota (
Path As String
) As IFsrmQuota
Parameters
Path
Type: System.StringThe local directory path that contains the quota that you want to retrieve. The string is limited to 260 characters.
Return Value
Type: Microsoft.Storage.IFsrmQuota
Returns a IFsrmQuota interface to the quota object.
See Also
IFsrmQuotaManagerEx
FsrmQuotaManager
IFsrmQuotaManager Interface
Microsoft.Storage Namespace
Return to top