IFsrmPropertyBag2.SetFileProperty Method (String, String)
Sets the specified property in the property bag.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void SetFileProperty(
string Name,
string Value
)
void SetFileProperty(
String^ Name,
String^ Value
)
abstract SetFileProperty :
Name:string *
Value:string -> unit
Sub SetFileProperty (
Name As String,
Value As String
)
Parameters
Name
Type: System.StringThe name of the property to set.
Value
Type: System.StringThe value to set the property to.
Implements
IFsrmPropertyBag.SetFileProperty(String, String)
See Also
IFsrmPropertyBag2 Interface
Microsoft.Storage Namespace
Return to top