DateMappingCustomConversionPropertyName Property  | 
 
            Gets or sets the name of the custom conversion property.
            
 
    Namespace: 
   Dundas.BI.Entities.DateMappings
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string CustomConversionPropertyName { get; set; }Public Property CustomConversionPropertyName As String
	Get
	Set
public:
property String^ CustomConversionPropertyName {
	String^ get ();
	void set (String^ value);
}member CustomConversionPropertyName : string with get, set
Property Value
Type: 
String
            The name of the custom conversion property.
            
See Also