Public Shared Property DecodeToMemory As Boolean
Dim value As Boolean Attachment.DecodeToMemory = value value = Attachment.DecodeToMemory
public static bool DecodeToMemory {get; set;}
public: __property static bool get_DecodeToMemory(); public: __property static void set_DecodeToMemory( bool value );
public: static property bool DecodeToMemory { bool get(); void set ( bool value); }
Attachment Class Attachment Members