다음을 통해 공유


IFsrmPropertyBag.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

See Also

GetFileProperty
IFsrmPropertyBag Interface
Microsoft.Storage Namespace

Return to top