IFsrmPropertyBag2.GetFieldValue Method (_FsrmPropertyBagField)
Gets the value of the specified field from the property bag.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
object GetFieldValue(
_FsrmPropertyBagField field
)
Object^ GetFieldValue(
_FsrmPropertyBagField field
)
abstract GetFieldValue :
field:_FsrmPropertyBagField -> Object
Function GetFieldValue (
field As _FsrmPropertyBagField
) As Object
Parameters
field
Type: Microsoft.Storage._FsrmPropertyBagFieldIndicates whether the volume name returned is the name of the volume being accessed, which may be a snapshot, or the volume where the property bag lives.
Return Value
Type: System.Object
A Object containing the specified value.
See Also
_FsrmPropertyBagField
IFsrmPropertyBag2 Interface
Microsoft.Storage Namespace
Return to top