Share via


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

Implements

IFsrmPropertyBag.SetFileProperty(String, String)

See Also

IFsrmPropertyBag2 Interface
Microsoft.Storage Namespace

Return to top