BlobInfoModifiedTime Property  | 
 
            Gets the BLOB modified time.
            
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic DateTime ModifiedTime { get; }Public ReadOnly Property ModifiedTime As DateTime
	Get
public:
property DateTime ModifiedTime {
	DateTime get ();
}member ModifiedTime : DateTime with get
Property Value
Type: 
DateTime
            The modified time.
            
See Also