Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Gets or sets the delegate that is used to get the EdmType for an entity property given the partition key, row key, and the property name.

Namespace:   Microsoft.WindowsAzure.Storage.Table
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public Func<string, string, string, string, EdmType> PropertyResolver { get; set; }
 
public:
property Func<String^, String^, String^, String^, EdmType>^ PropertyResolver {
	Func<String^, String^, String^, String^, EdmType>^ get();
	void set(Func<String^, String^, String^, String^, EdmType>^ value);
}
 
member PropertyResolver : Func<string, string, string, string, EdmType> with get, set
 
Public Property PropertyResolver As Func(OfString, String, String, String, EdmType)
Return to top