Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
See Also
GetFileProperty
IFsrmPropertyBag Interface
Microsoft.Storage Namespace
Return to top