EmbeddedResourcesInfo::ResourcePrefix Property

 

Gets the prefix to prepend to the name of the resources to look up.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Content
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public:
property String^ ResourcePrefix {
	[CompilerGeneratedAttribute]
	String^ get();
	[CompilerGeneratedAttribute]
	private: void set(String^ value);
}

Property Value

Type: System::String^
Return to top
Show: