LocalResource.Name Property
Gets the name of the local storage resource that was specified in the service definition file.
Assembly: Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
Property Value
Type: System.StringType: System.String
A String that contains the name of the local storage resource.
The Name property gets the value that was defined for the name attribute in the ServiceDefinition.csdef file. For more information about defining local storage resources, see the Configure Local Storage Resources.
Show: